From 8824421c5e493e1365a2bde010c1789f21f6ad2c Mon Sep 17 00:00:00 2001 From: Matthias Ettrich Date: Wed, 10 Nov 1999 00:41:57 +0000 Subject: [PATCH] just one more pixel svn path=/trunk/kdebase/kwin/; revision=33379 --- stdclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdclient.cpp b/stdclient.cpp index b92039a756..a11058aa4b 100644 --- a/stdclient.cpp +++ b/stdclient.cpp @@ -254,7 +254,7 @@ void StdClient::resizeEvent( QResizeEvent* e) QRegion rr = rect(); QRect t = titlebar->geometry(); t.setTop( 0 ); - QRegion r = rr.subtract( QRect( t.x(), 0, t.width(), 1 ) ); + QRegion r = rr.subtract( QRect( t.x()+1, 0, t.width()-2, 1 ) ); setMask( r ); if ( isVisibleToTLW() ) {