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

Settings menu design: make it visually more clear which settings is in which line, to see more easily which setting belongs to which control #118

Open
JonasSchaub opened this issue May 23, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@JonasSchaub
Copy link
Collaborator

No description provided.

@JonasSchaub JonasSchaub added the enhancement New feature or request label May 23, 2024
@FelixBaensch
Copy link
Owner

Easiest but not very aesthetic fix: add a separator between the settings

Separator hSeparator= new Separator(Orientation.HORIZONTAL); aGridPane.add(hSeparator, 0, tmpRowIndex++, 2,1);
behind the switch block

@JonasSchaub
Copy link
Collaborator Author

Thanks for the suggestion. Alternatives we discussed include enlarging the distance between the lines and introducing an alternating color pattern analogous to the tables in the main view.

@FelixBaensch
Copy link
Owner

That would be much nicer and I would prefer it, but also more complicated.

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

2 participants