Summary: | Scrollbar on the right side is off-center | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Matej Mrenica <matejm98mthw> |
Component: | QStyle | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, matejm98mthw, nate, noahadvs, notmart |
Priority: | NOR | Keywords: | regression |
Version: | 5.17.90 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/breeze/650f2cef0752297526fa4ccfa65530fd48aeb607 | Version Fixed In: | 5.18.0 |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Matej Mrenica
2020-01-16 19:23:07 UTC
Screenshot, please. Created attachment 125178 [details]
Screenshot
Minor bug in Breeze with the new scrollbar style. This should have been fixed already. I still see a one-pixel mis-alignment. It seems to be fixed with https://phabricator.kde.org/D26783 though. Git commit 5a447b59fc96e81ea8a74ff338aca5c35ec6714a by Marco Martin. Committed on 21/01/2020 at 08:56. Pushed by mart into branch 'master'. Center only during drawing, not the hit rects Summary: center only the drawing of the components but never modify the subcontrolrects (and hit targets) FIXED-IN: 5.18.0 Test Plan: now the handle activates immediately without one single pixel margin Reviewers: #vdg, hpereiradacosta, ndavis Reviewed By: #vdg, ndavis Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26783 M +42 -10 kstyle/breezestyle.cpp https://commits.kde.org/breeze/5a447b59fc96e81ea8a74ff338aca5c35ec6714a Git commit 650f2cef0752297526fa4ccfa65530fd48aeb607 by Marco Martin. Committed on 21/01/2020 at 08:56. Pushed by mart into branch 'Plasma/5.18'. Center only during drawing, not the hit rects Summary: center only the drawing of the components but never modify the subcontrolrects (and hit targets) FIXED-IN: 5.18.0 Test Plan: now the handle activates immediately without one single pixel margin Reviewers: #vdg, hpereiradacosta, ndavis Reviewed By: #vdg, ndavis Subscribers: ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26783 M +42 -10 kstyle/breezestyle.cpp https://commits.kde.org/breeze/650f2cef0752297526fa4ccfa65530fd48aeb607 |