Make quick maximize activation zone smaller to prevent accidental
activations. svn path=/trunk/KDE/kdebase/workspace/; revision=1072075
This commit is contained in:
parent
bdbcd60b4f
commit
c8e9de08f6
1 changed files with 1 additions and 1 deletions
|
@ -1456,7 +1456,7 @@ void Client::checkQuickTilingMaximizationZones( int xroot, int yroot )
|
|||
return;
|
||||
}
|
||||
if( options->electricBorderMaximize() &&
|
||||
yroot <= screen->geom().y() + 20 && isMaximizable() )
|
||||
yroot <= screen->geom().y() + 5 && isMaximizable() )
|
||||
{
|
||||
setElectricBorderMode( ElectricMaximizeMode );
|
||||
setElectricBorderMaximizing( true );
|
||||
|
|
Loading…
Reference in a new issue