CVS commit by giessl: 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...) M +10 -13 keramik.cpp 1.27 --- kdebase/kwin/clients/keramik/keramik.cpp #1.26:1.27 @@ -1600,7 +1600,4 @@ void KeramikClient::borders( int& left, top = titleBarHeight; bottom = grabBarHeight; - - if ( isShade()) - bottom = 0; if ( ( maximizeMode() & MaximizeHorizontal ) && !options()->moveResizeMaximizedWindows())