Summary: | [Regression] breeze 5.23: QDoubleSpinBoxes ignore the alignment and always get aligned in the center | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Jim Jones <rauchwolke> |
Component: | QStyle | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | noahadvs |
Priority: | NOR | ||
Version First Reported In: | 5.23.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | https://invent.kde.org/plasma/breeze/commit/5a521c9d941d9ef89bcec4e7a927f9f253e4641a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
showing the buggy alignment
after reverting the commit |
Reverting https://github.com/KDE/breeze/commit/d59275df3bb71c583c896d7dc3a31cac413cbb3b fixes the regression Created attachment 142467 [details]
after reverting the commit
Git commit 5a521c9d941d9ef89bcec4e7a927f9f253e4641a by Noah Davis. Committed on 15/10/2021 at 09:47. Pushed by ndavis into branch 'Plasma/5.23'. Don't set alignment for spinboxes I already reverted this change in a previous commit on the 5.23 branch, but somehow this came back. Reverting it again. M +0 -2 kstyle/breezestyle.cpp https://invent.kde.org/plasma/breeze/commit/5a521c9d941d9ef89bcec4e7a927f9f253e4641a |
Created attachment 142466 [details] showing the buggy alignment SUMMARY After the update to breeze 5.23, QDoubleSpinBoxes ignore the alignment and always get aligned in the center STEPS TO REPRODUCE 1. create a widget with a QDoubleSpinBox 2. set the alignment to Qt::AlignRight 3. open the widget 4. alignment is still Qt::AlignCenter OBSERVED RESULT EXPECTED RESULT SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.23.0 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION