Bug 232153

Summary: Allow maximized windows to have no frame
Product: dekorator Reporter: Christoph Feck <cfeck>
Component: generalAssignee: Christoph Feck <cfeck>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 0.5.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christoph Feck 2010-03-25 21:15:18 UTC
Version:           0.5.0 (using 4.4.69 (KDE 4.4.69 (KDE 4.5 >= 20100324)), compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.31.12-0.2-desktop

When a window is maximized, the frame is still displayed, which makes it hard to hit the close button at the screen edge fast.

There should be an option to disable the frame for maximized windows.
Comment 1 Christoph Feck 2010-03-28 04:10:51 UTC
SVN commit 1108165 by cfeck:

Do not show borders when fully maximized

BUG: 232153


 M  +550 -559  config/configdialog.ui  
 M  +47 -7     config/deKoratorconfig.cc  
 M  +2 -0      config/deKoratorconfig.h  
 M  +14 -11    config/deKoratorthemes.cpp  
 M  +1 -1      config/deKoratorthemes.h  
 M  +3 -7      config/kthemeselector.cpp  
 M  +50 -3     deKoratorclient.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1108165
Comment 2 Christoph Feck 2011-05-21 13:43:57 UTC
Actually there is a KDE setting, and that should be honored instead.