one does not have to exeggerate...

svn path=/trunk/kdebase/kwin/; revision=48848
remotes/origin/Plasma/5.0
Matthias Ettrich 26 years ago
parent 9a70b16933
commit 68510e52c8
  1. 2
      clients/modernsystem/modernsys.cpp

@ -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…
Cancel
Save