This commit is contained in:
end-4
2025-04-11 00:05:34 +02:00
parent ff93725b28
commit ad63ae699f
6 changed files with 339 additions and 5 deletions
+5 -1
View File
@@ -25,7 +25,7 @@ Scope {
RowLayout {
anchors.centerIn: parent
implicitWidth: 500
spacing: 8 // TODO: Why is this halved when rendered??
spacing: 8
RowLayout {
spacing: 4
@@ -57,6 +57,10 @@ Scope {
Layout.alignment: Qt.AlignVCenter
}
Battery {
Layout.alignment: Qt.AlignVCenter
}
}
}