one does not have to exeggerate...
svn path=/trunk/kdebase/kwin/; revision=48848
This commit is contained in:
parent
9a70b16933
commit
68510e52c8
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ Client::MousePosition ModernSys::mousePosition( const QPoint& p) const
|
|||
MousePosition m = Client::mousePosition( p );
|
||||
|
||||
if ( m == Center ) {
|
||||
int border = 30;
|
||||
int border = 10;
|
||||
if ( p.y() >= height()-border )
|
||||
m = Bottom;
|
||||
else if ( p.x() >= width()-border )
|
||||
|
|
Loading…
Reference in a new issue