MisterGuinness / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
0 stars 0 forks source link

Fedora 35: Prefs "Sensor in Panel" list is not scrollable #58

Closed MisterGuinness closed 2 years ago

MisterGuinness commented 2 years ago

Now that my new PC has so many more sensors than the old one, I noticed the combobox in prefs doesn't display all the entries.

I found this explanation

Problem with scrolling comboboxes

So I guess I will look into switching to a DropDown.

Screenshot from 2022-04-03 12-15-06

MisterGuinness commented 2 years ago

That actually works out a lot better. The interface for a DropDown is simpler, without the model and packing etc blah blah for a simple list. I like the check mark in the list component to better highlight the current choice. You can clearly see the scroll bar once you hover on the list. Here's a sample of the new DropDown under the old ComboBox...

Screenshot from 2022-04-06 11-12-07.

MisterGuinness commented 2 years ago

Tested ok