Skip to content
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

gui: make image viewer windows maximizable #666

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VelorumS
Copy link
Contributor

@VelorumS VelorumS commented May 23, 2020

ImageViewer is a dialog window with no maximizing ability (double-click on the header of the window doesn't maximize, there is no maximize button). So making it a proper window.

Side effect with this patch is that the viewer windows can be behind the main window.

@VelorumS VelorumS marked this pull request as draft May 23, 2020 20:36
@jrfonseca
Copy link
Member

Neat. Thanks

@jrfonseca
Copy link
Member

@ChipmunkV, you marked this as draft/work-in-progress. Was that intentional?

@VelorumS
Copy link
Contributor Author

@jrfonseca yes, it's a draft. Since I can't make them stay on top reliably it's not convenient (there is maybe a hack that works on some systems).

So the better thing to do is to keep it a dialog like before, but bind the maximize action (if it works for the dialogs) to the double-click on the image itself like the youtube videos or all image viewers do.

@jrfonseca jrfonseca added GUI Further Work Needed For PRs which need more work. labels Nov 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Further Work Needed For PRs which need more work. GUI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants