removed extra clickable pixels around windows
svn path=/trunk/KDE/kdebase/workspace/; revision=1015275
This commit is contained in:
parent
8fec8169dd
commit
63bba36adb
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,12 @@ namespace Nitrogen
|
|||
};
|
||||
|
||||
static const qreal SHADOW_WIDTH = 25.5;
|
||||
static const int EXTENDED_HITAREA = 2;
|
||||
|
||||
/*
|
||||
If non zero, this possibly allow one to have an additional space
|
||||
around window that is clickable although it is part of the shadow
|
||||
*/
|
||||
static const int EXTENDED_HITAREA = 0;
|
||||
|
||||
Q_DECLARE_FLAGS(ButtonTypes, ButtonType)
|
||||
|
||||
|
|
Loading…
Reference in a new issue