From b8a3b8801fe4c0315c3adfa2d7738e9635b22818 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Fri, 4 Sep 2009 22:49:27 +0000 Subject: [PATCH] made size grip smaller, so that it does not collide with the 'apply' button of the systemsettings window, which is the first thing you see when you enable the size grip svn path=/trunk/KDE/kdebase/workspace/; revision=1019981 --- clients/nitrogen/nitrogensizegrip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/nitrogen/nitrogensizegrip.h b/clients/nitrogen/nitrogensizegrip.h index 4aa7464c3d..5f7d17d024 100644 --- a/clients/nitrogen/nitrogensizegrip.h +++ b/clients/nitrogen/nitrogensizegrip.h @@ -85,8 +85,8 @@ namespace Nitrogen //! grip size enum { - OFFSET = 1, - GRIP_SIZE = 15 + OFFSET = 0, + GRIP_SIZE = 14 }; // nitrogen client