Example screenshot showing the issue on Chrome 128 on Windows. Found while testing #2272, but it also affects existing settings such as Pre-completed Dungeons Mode and some of the cosmetic settings when testing on Firefox 129:
Looks like the label width matches the combobox, but it doesn't account for the 10px left shift on comboBoxLabel. This can be fixed with either change to the comboBoxLabel class:
Example screenshot showing the issue on Chrome 128 on Windows. Found while testing #2272, but it also affects existing settings such as Pre-completed Dungeons Mode and some of the cosmetic settings when testing on Firefox 129:
Looks like the label width matches the combobox, but it doesn't account for the 10px
left
shift oncomboBoxLabel
. This can be fixed with either change to thecomboBoxLabel
class:or
I haven't dug into the GUI framework to see which is easier to apply.