FelixBaensch / MORTAR

MOlecule fRagmenTAtion fRamework
MIT License
18 stars 3 forks source link

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 1 month ago

FelixBaensch commented 1 month ago

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 commented 1 month ago

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 commented 1 month ago

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