https://bugs.kde.org/show_bug.cgi?id=424527
Arjen Hiemstra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/libksysguard/commit/504d | |cbd225e26fe39f1f26d65ad477f | |c73558762 --- Comment #4 from Arjen Hiemstra <[email protected]> --- Git commit 504dcbd225e26fe39f1f26d65ad477fc73558762 by Arjen Hiemstra. Committed on 23/02/2021 at 15:27. Pushed by ahiemstra into branch 'master'. Set min/max for Y axis range spinboxes to minimum/maximum possible value Some sensors have a range of gigabytes or terabytes, like memory and disk. Since the base unit for these is bytes, we end up needing a very large value in the range, which currently is not possible due to the spinbox limiting the value. Internally, spinbox seems to use an int so we can only store a value that fits within the range of an int, so we use that as min/max value. Longer term we want to have some ability to choose an actual "maximum" sensor but that's going to need more work. Related: bug 433007 M +4 -4 faces/facepackages/barchart/contents/ui/Config.qml M +4 -4 faces/facepackages/linechart/contents/ui/Config.qml M +4 -2 faces/facepackages/piechart/contents/ui/Config.qml https://invent.kde.org/plasma/libksysguard/commit/504dcbd225e26fe39f1f26d65ad477fc73558762 -- You are receiving this mail because: You are watching all bug changes.
