lxqt / lxqt-config

Tools to configure LXQt and the underlying operating system
https://lxqt.github.io
GNU Lesser General Public License v2.1
79 stars 60 forks source link

Make Locale Config comboboxes not editable #965

Closed isf63 closed 8 months ago

isf63 commented 8 months ago

Given that the comboboxes are formatted as: "\<Country> - \<Language> (\<LANG>)", it's unlikely that someone would type their locale in manually. This simplifies the GUI; however, I have concerns in the case of when a locale is missing from the list somehow.

tsujan commented 8 months ago

it's unlikely that someone would type their locale in manually.

It isn't just for typing the locale, but rather for finding it. It has a completer popup.

isf63 commented 8 months ago

Ah. I never noticed that feature. Now it makes sense why it is editable and has a clear button.