Enabled the bottom border for shaded windows like it was the case for
Keramik in KDE 3.1. Hope that's ok with everyone. (sorry for the ugly diff - seems like kate wasn't able to handle the characters in the empty lines...) svn path=/trunk/kdebase/kwin/; revision=263476
This commit is contained in:
parent
b878ad84d9
commit
50a9e9aa2e
1 changed files with 9 additions and 12 deletions
|
@ -1600,9 +1600,6 @@ void KeramikClient::borders( int& left, int& right, int& top, int& bottom ) cons
|
|||
top = titleBarHeight;
|
||||
bottom = grabBarHeight;
|
||||
|
||||
if ( isShade())
|
||||
bottom = 0;
|
||||
|
||||
if ( ( maximizeMode() & MaximizeHorizontal ) && !options()->moveResizeMaximizedWindows())
|
||||
left = right = 0;
|
||||
if( ( maximizeMode() & MaximizeVertical ) && !options()->moveResizeMaximizedWindows())
|
||||
|
|
Loading…
Reference in a new issue