include fixups
svn path=/trunk/kdebase/kcontrol/; revision=85914
This commit is contained in:
parent
002f6b83c9
commit
eae14cbb77
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ StdClient::StdClient( Workspace *ws, WId w, QWidget *parent, const char *name )
|
|||
if ( !button[i] )
|
||||
continue;
|
||||
button[i]->setBackgroundMode( PaletteBackground );
|
||||
button[i]->setMouseTracking( TRUE );
|
||||
button[i]->setMouseTracking( FALSE );
|
||||
button[i]->setAutoRaise( TRUE );
|
||||
button[i]->setFocusPolicy( NoFocus );
|
||||
button[i]->setFixedSize( 20, 20 );
|
||||
|
|
Loading…
Reference in a new issue