I'm not sure why this is needed, but it helps the styles draw the frame.

CCBUG: 165244


svn path=/trunk/KDE/kdebase/workspace/; revision=825766
This commit is contained in:
Luboš Luňák 2008-06-29 10:48:59 +00:00
parent 722a5ffb03
commit d8e51a49a3

View file

@ -64,6 +64,7 @@ TabBox::TabBox( Workspace *ws )
setFrameShadow(QFrame::Plain); setFrameShadow(QFrame::Plain);
setBackgroundRole(QPalette::Base); setBackgroundRole(QPalette::Base);
setLineWidth(2); setLineWidth(2);
setMidLineWidth(2);
setContentsMargins( 2, 2, 2, 2 ); setContentsMargins( 2, 2, 2, 2 );
showMiniIcon = false; showMiniIcon = false;