From f7de021a1decb3aa460023624a142dbe4e2037b1 Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Wed, 10 Nov 1999 00:36:04 +0000 Subject: [PATCH] move text up a bit svn path=/trunk/kdebase/kwin/; revision=33378 --- stdclient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stdclient.cpp b/stdclient.cpp index 2aba7a7417..b92039a756 100644 --- a/stdclient.cpp +++ b/stdclient.cpp @@ -304,7 +304,6 @@ void StdClient::paintEvent( QPaintEvent* ) qDrawShadePanel( &p, t.x(), t.y(), t.width(), t.height(), options->colorGroup(Options::Frame, isActive()), true, 1, &b ); - t.setTop( 2 ); t.setLeft( t.left() + 4 ); t.setRight( t.right() - 2 );