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

Centralize numerical input spinners max/mins for easier control #2433

Open
dcwhite opened this issue Oct 30, 2023 · 0 comments
Open

Centralize numerical input spinners max/mins for easier control #2433

dcwhite opened this issue Oct 30, 2023 · 0 comments
Assignees
Milestone

Comments

@dcwhite
Copy link
Member

dcwhite commented Oct 30, 2023

There can be a global user setting to manage the max/min of every basic int/float spinner on module UIs (one limit for all of them, not individual limits). This can be set to something large, and if the user reaches a limit, they just have to update one setting and can keep working. Much better than rebuilding the whole program. If certain ranges must be limited (probably no 1000000^3 latVols), these can be enforced in code on a case-by-case basis, with a tooltip help on why it's limited.

@dcwhite dcwhite added this to the 5.0.0 milestone Oct 30, 2023
@dcwhite dcwhite self-assigned this Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant