We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As I suggested on Forum.
if the user change the screen resolution, or accidentally move the Window to outside the visible area, this screen would be unaccessible…
Check the Window's boundaries and be sure the whole Window is visible when the user show the dialog.
hint: check if the Window is wider or taller than the Screen, and add Scrollbars.
Transferred from TweakScale/TweakScale#239
The text was updated successfully, but these errors were encountered:
I removed the milestone because, currently, all KSPe.UI's Windows are set to be shown on a preset position on the screen:
KSPe.UI
So I didn't have, yet, a general use Window system where this could be applied. But the use case is valid, so I will keep this around until there.
Sorry, something went wrong.
Lisias
No branches or pull requests
As I suggested on Forum.
Check the Window's boundaries and be sure the whole Window is visible when the user show the dialog.
hint: check if the Window is wider or taller than the Screen, and add Scrollbars.
Transferred from TweakScale/TweakScale#239
The text was updated successfully, but these errors were encountered: