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
This commit is contained in:
parent
7b43894da0
commit
b8a3b8801f
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ namespace Nitrogen
|
|||
|
||||
//! grip size
|
||||
enum {
|
||||
OFFSET = 1,
|
||||
GRIP_SIZE = 15
|
||||
OFFSET = 0,
|
||||
GRIP_SIZE = 14
|
||||
};
|
||||
|
||||
// nitrogen client
|
||||
|
|
Loading…
Reference in a new issue