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 );