https://bugs.kde.org/show_bug.cgi?id=408074
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/lib | |ksysguard/cf1791d752b05f898 | |aef73a8d91c57f9de45305a --- Comment #3 from Nate Graham <n...@kde.org> --- Git commit cf1791d752b05f898aef73a8d91c57f9de45305a by Nate Graham, on behalf of Kishore Gopalakrishnan. Committed on 16/06/2019 at 15:52. Pushed by ngraham into branch 'master'. Invert controls direction for process priority slider Summary: Since low 'nice' values correspond to high priority, the slider labels are inverted so that 'higher' corresponds to a lower nice number. However, this was not done for the slider control, resulting in the arrow keys moving the slider in the direction opposite to that expected by the user. This patch fixes this by setting invertedControls to 'true' for the priority slider. Test Plan: 1. Open Ksysguard. 2. Go to the tab that lists processes. 3. Right click on a process and select 'Set Priority'. 4. Click on the slider that sets the CPU priority. 5. Press the left and right arrow keys on the keyboard and check if they move the slider in the appropriate direction. Reviewers: cfeck Reviewed By: cfeck Subscribers: cfeck, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D21828 M +6 -0 processui/ReniceDlgUi.ui https://commits.kde.org/libksysguard/cf1791d752b05f898aef73a8d91c57f9de45305a -- You are receiving this mail because: You are watching all bug changes.