even more elaborate

svn path=/trunk/kdebase/kwin/; revision=36674
remotes/origin/Plasma/5.0
Matthias Ettrich 27 years ago
parent e673ba48e8
commit 705e85aaf7
  1. 1
      stdclient.cpp

@ -269,6 +269,7 @@ StdClient::StdClient( Workspace *ws, WId w, QWidget *parent, const char *name )
button[i]->setBackgroundMode( PaletteBackground );
button[i]->setMouseTracking( TRUE );
button[i]->setAutoRaise( TRUE );
button[i]->setFocusPolicy( NoFocus );
button[i]->setFixedSize( 20, 20 );
}
if(miniIcon().isNull())

Loading…
Cancel
Save