do not translate buttons up for maximized windows, because it collides with screen border otherwise
svn path=/trunk/KDE/kdebase/workspace/; revision=1032967
This commit is contained in:
parent
458ded5de1
commit
3a155c8f8c
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ namespace Oxygen
|
|||
{ client_.renderSeparator( &painter, rect(), this, color ); }
|
||||
|
||||
// translate button up for centering
|
||||
painter.translate( 0, -1 );
|
||||
if( !client_.isMaximized() ) painter.translate( 0, -1 );
|
||||
|
||||
// for menu button the application icon is used
|
||||
if (type_ == ButtonMenu)
|
||||
|
|
Loading…
Reference in a new issue