Fix indicator spacing

This commit is contained in:
David Heinemeier Hansson
2026-05-15 19:22:58 +02:00
parent 36edee945c
commit 3b523edeca
@@ -28,7 +28,7 @@ Item {
readonly property string reportHumidity: reportFields.length > 5 ? String(reportFields[5] || "").trim() : ""
visible: label !== ""
implicitWidth: button.implicitWidth
implicitWidth: button.implicitWidth + 8
implicitHeight: button.implicitHeight
function refresh() {
@@ -71,7 +71,10 @@ Item {
Common.WidgetButton {
id: button
anchors.fill: parent
anchors.left: parent.left
anchors.verticalCenter: parent.verticalCenter
width: implicitWidth
height: implicitHeight
bar: root.bar
text: root.label
active: root.klass === "active"