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

Prevent the AddOns's Dialogs from being inaccessible #69

Open
Lisias opened this issue Mar 24, 2024 · 1 comment
Open

Prevent the AddOns's Dialogs from being inaccessible #69

Lisias opened this issue Mar 24, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Lisias
Copy link
Collaborator

Lisias commented Mar 24, 2024

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

@Lisias Lisias self-assigned this Mar 24, 2024
@Lisias Lisias added this to the 2.5.4.0 milestone Mar 24, 2024
@Lisias Lisias added the enhancement New feature or request label Mar 24, 2024
@Lisias Lisias removed this from the 2.5.6.0 milestone Dec 11, 2024
@Lisias
Copy link
Collaborator Author

Lisias commented Dec 11, 2024

I removed the milestone because, currently, all KSPe.UI's Windows are set to be shown on a preset position on the screen:

  • Center
  • Center/Left
  • Center/Right
  • Top
  • Top/Left
  • Top/Right
  • Bottom
  • Bottom/Left
  • Bottom/Right

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant