-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable minimization on all subwindows #2983
Conversation
My 2 cents: If we do decide to git rid of the minimize button, it seems to me that the maximize icon could be changed. That specific kind of maximize icon is used with a minimize icon very frequently, whereas a "full screen" style icon is not always paired with a minimize icon. @Umcaruje I actually think that you have already created an icon like what I am thinking for the title bars in the past. I found the link to it. |
178c5be
to
b41ef0e
Compare
I think this is much better, not only get rid of further bugs relating to
the minimize button, but also beautified the icons
|
I'll test this out, tonight. |
After some discussion over on Discord @RebeccaDeField modified the maximize icon so it fits better with the close icon: |
Okay, let's see what the people say. |
* Disable minimization on all subwindows * Change the maximize button icon * Remove redundant boolean * Make the maximize icon play better with the close icon * I removed too much maaan * Fix spaces * Change comments
Fixes #2976
All subwindows now have a flag set to disable the minimize button. I have also removed its drawing code and pixmaps. EffectView was also modified to properly set the window flags. Screenshot: