https://bugs.kde.org/show_bug.cgi?id=424527

Arjen Hiemstra <ahiems...@heimr.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
                   |ma/libksysguard/commit/504d |ma/libksysguard/commit/e01c
                   |cbd225e26fe39f1f26d65ad477f |af4fb1bb4245d1f1fdb20cf58a9
                   |c73558762                   |695037628

--- Comment #5 from Arjen Hiemstra <ahiems...@heimr.nl> ---
Git commit e01caf4fb1bb4245d1f1fdb20cf58a9695037628 by Arjen Hiemstra.
Committed on 26/02/2021 at 09:39.
Pushed by ahiemstra into branch 'Plasma/5.21'.

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


(cherry picked from commit 504dcbd225e26fe39f1f26d65ad477fc73558762)

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/e01caf4fb1bb4245d1f1fdb20cf58a9695037628

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to