Layouting

This commit is contained in:
David Heinemeier Hansson
2026-05-17 08:40:50 +02:00
parent f8e9755b1e
commit 19a4dffd3f
@@ -202,6 +202,7 @@ Item {
Text {
id: heroIcon
anchors.verticalCenter: parent.verticalCenter
anchors.verticalCenterOffset: 10
text: root.label || "—"
color: root.bar.foreground
font.family: root.bar.fontFamily
@@ -234,6 +235,7 @@ Item {
Column {
id: heroRight
anchors.right: parent.right
anchors.rightMargin: 20
anchors.verticalCenter: parent.verticalCenter
spacing: 12
@@ -299,7 +301,7 @@ Item {
Column {
spacing: 5
Text {
text: "HUMIDITY"
text: "HUMID"
color: Qt.darker(root.bar.foreground, 1.5)
font.family: root.bar.fontFamily
font.pixelSize: 11