From d8e51a49a358f683aa221c5067ceae6b01d6b214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sun, 29 Jun 2008 10:48:59 +0000 Subject: [PATCH] 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 --- tabbox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tabbox.cpp b/tabbox.cpp index 416f140e03..f4a267f7a8 100644 --- a/tabbox.cpp +++ b/tabbox.cpp @@ -64,6 +64,7 @@ TabBox::TabBox( Workspace *ws ) setFrameShadow(QFrame::Plain); setBackgroundRole(QPalette::Base); setLineWidth(2); + setMidLineWidth(2); setContentsMargins( 2, 2, 2, 2 ); showMiniIcon = false;