Bug 232153 - Allow maximized windows to have no frame
Summary: Allow maximized windows to have no frame
Status: RESOLVED FIXED
Alias: None
Product: dekorator
Classification: Miscellaneous
Component: general (show other bugs)
Version: 0.5.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Christoph Feck
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-25 21:15 UTC by Christoph Feck
Modified: 2011-05-21 13:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.