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

Smaller input boxes in settings #374

Closed
FWDekker opened this issue May 18, 2021 · 0 comments · Fixed by #377
Closed

Smaller input boxes in settings #374

FWDekker opened this issue May 18, 2021 · 0 comments · Fixed by #377
Assignees
Labels
enhancement Improvement of existing feature

Comments

@FWDekker
Copy link
Owner

The input boxes are currently way too large; the IntelliJ design guidelines says that they should be appropriately sized. Currently, for example, the integer range inputs span the whole width of the window, but even the maximum integer value doesn't get close to half the width of the input box. Therefore, it can safely be reduced to, say, half its width. This is true for most input fields.

This is important not just to comply with the design guidelines, but because it means users will have to move their eyes less. Currently, they have to look at the label, move their eyes all the way to the right to see the number, then all the way to the left for the next label, etc. While not a major issue, fixing this issue would slightly improve user comfort.

@FWDekker FWDekker added the enhancement Improvement of existing feature label May 18, 2021
@FWDekker FWDekker self-assigned this May 18, 2021
FWDekker added a commit that referenced this issue May 24, 2021
Fixes #374. Also fixes #371 for real by actually removing the limit from validation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant