quickshell: taller power profile buttons so pill border clears text
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
e6f97fadd9
commit
e5566fc412
1 changed files with 3 additions and 3 deletions
|
|
@ -5906,7 +5906,7 @@ in
|
|||
|
||||
Item {
|
||||
width: parent.width
|
||||
height: 36
|
||||
height: 44
|
||||
|
||||
// Sliding selection pill — glides between
|
||||
// profiles instead of each button flipping.
|
||||
|
|
@ -5917,7 +5917,7 @@ in
|
|||
: batteryWidget.powerProfile === "performance" ? 2
|
||||
: 1
|
||||
width: (parent.width - 8) / 3
|
||||
height: 36
|
||||
height: parent.height
|
||||
radius: Theme.radiusSmall
|
||||
color: Theme.base02
|
||||
border.width: 1
|
||||
|
|
@ -5942,7 +5942,7 @@ in
|
|||
Rectangle {
|
||||
required property var modelData
|
||||
width: (parent.width - 8) / 3
|
||||
height: 36
|
||||
height: parent.height
|
||||
radius: Theme.radiusSmall
|
||||
color: profMouse.containsMouse && batteryWidget.powerProfile !== modelData.name
|
||||
? Theme.base02 : Theme.base02t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue