color selected buttons to the highlight color when it has keyboard
focus.
This makes the behavior much more similar to the Breeze desktop style
Details
Details
- Reviewers
ngraham - Group Reviewers
Plasma VDG Goal: Consistency - Commits
- R242:1d6870b15624: Consistency: colored selected buttons
selected buttons look blue on Breeze, old themes still work as they did
Before
After
QWidget
Diff Detail
Diff Detail
- Repository
- R242 Plasma Framework (Library)
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
+1 for consistency, definitely. One thing to note maybe for a future patch is that the focus behaviors is still a bit inconsistent with the desktop style: Clicking on a button doesn't move keyboard focus there like it does for widgets and qqc2 desktop style.
Comment Actions
Can you update tests/components/button.qml tests/components/button3.qml
just a button with "focus: true" and some label that says "this should be highlighted on load"