quickshell: taller power profile buttons so pill border clears text

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-08-16 14:01:44 +01:00
parent e6f97fadd9
commit e5566fc412

View file

@ -5906,7 +5906,7 @@ in
Item { Item {
width: parent.width width: parent.width
height: 36 height: 44
// Sliding selection pill glides between // Sliding selection pill glides between
// profiles instead of each button flipping. // profiles instead of each button flipping.
@ -5917,7 +5917,7 @@ in
: batteryWidget.powerProfile === "performance" ? 2 : batteryWidget.powerProfile === "performance" ? 2
: 1 : 1
width: (parent.width - 8) / 3 width: (parent.width - 8) / 3
height: 36 height: parent.height
radius: Theme.radiusSmall radius: Theme.radiusSmall
color: Theme.base02 color: Theme.base02
border.width: 1 border.width: 1
@ -5942,7 +5942,7 @@ in
Rectangle { Rectangle {
required property var modelData required property var modelData
width: (parent.width - 8) / 3 width: (parent.width - 8) / 3
height: 36 height: parent.height
radius: Theme.radiusSmall radius: Theme.radiusSmall
color: profMouse.containsMouse && batteryWidget.powerProfile !== modelData.name color: profMouse.containsMouse && batteryWidget.powerProfile !== modelData.name
? Theme.base02 : Theme.base02t ? Theme.base02 : Theme.base02t