From cd419f519fd71aeb64cbba5aa51ed9e59a79e20e Mon Sep 17 00:00:00 2001 From: Alexander Dymo Date: Sun, 20 Jul 2008 14:00:34 +0000 Subject: [PATCH] 3d look for default alt-tab window selector/tabbox to make it easily distinguishable from windows with white backgrounds. svn path=/trunk/KDE/kdebase/workspace/; revision=835374 --- tabbox.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tabbox.cpp b/tabbox.cpp index f4a267f7a8..6c8ca4086a 100644 --- a/tabbox.cpp +++ b/tabbox.cpp @@ -61,11 +61,11 @@ TabBox::TabBox( Workspace *ws ) , display_refcount( 0 ) { setFrameStyle(QFrame::StyledPanel); - setFrameShadow(QFrame::Plain); + setFrameShadow(QFrame::Raised); setBackgroundRole(QPalette::Base); - setLineWidth(2); - setMidLineWidth(2); - setContentsMargins( 2, 2, 2, 2 ); + setLineWidth(3); + setMidLineWidth(3); + setContentsMargins( 3, 3, 3, 3 ); showMiniIcon = false;