-
Notifications
You must be signed in to change notification settings - Fork 269
Generic dialog fixes #5432
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
Generic dialog fixes #5432
Conversation
between OSes. Changed SwingUtil.centerOver to enforce not overlapping screen insets. Changed GenericDialog layout to never exceed the available screen space.
@kwvanderlinde |
src/main/java/net/rptools/maptool/client/swing/GenericDialog.java
Outdated
Show resolved
Hide resolved
src/main/java/net/rptools/maptool/client/swing/GenericDialog.java
Outdated
Show resolved
Hide resolved
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Identify the Bug or Feature request
fixes #4107, #5376, #5423
advances #5147
Description of the Change
Maximise button removed
Changes to force fit dialog on available screen-space.
Possible Drawbacks
Things work differently for different people.
Reduced accessibility.
Documentation Notes
General dialog improvements to prevent them exceeding screen size.
Release Notes
General dialog fixes.
This change is