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:
parent
722a5ffb03
commit
d8e51a49a3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue