kotelnik / plasma-applet-thermal-monitor

Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.
GNU General Public License v2.0
111 stars 63 forks source link

[UX Improvement] Change fontsize from slider to input box #37

Closed andreyorst closed 6 years ago

andreyorst commented 6 years ago

Hello. I can understand that maybe font size is not the thing which you change every day, but initial setup is really hard with theese sliders: image For example, I want to set temperature size to be 18 pixels, but where is 18 on the slider, there even no numerical representation on the right end of the slider. There is another applet which I use - Event Calendar, which has an option to set text size in both a input and a slider methods: image But to be fair, The first input box is used to set actual amount of pixels, and the second slider is used to measure percents. And the slider affects both lines, not just only one. So in your case there is no need for sliders, because they're independent from eachother, and can be easilly replaced with input boxes with no affect on configuration process.