update to battery.qml

This commit is contained in:
Honney
2026-06-22 13:21:47 +02:00
parent ec8d1045bf
commit 2eae90b6b5
4 changed files with 70 additions and 22 deletions
-3
View File
@@ -67,7 +67,6 @@ Rectangle { //workspace
Column {
spacing: parent.spacing
Text {
id: text0
text: ClockState.shortDate + ClockState.currentTime
wrapMode: Text.WordWrap
color: Colors.primary
@@ -77,7 +76,6 @@ Rectangle { //workspace
}
Text {
id: text1
text: ClockState.fullDate
wrapMode: Text.WordWrap
color: Colors.primary
@@ -88,7 +86,6 @@ Rectangle { //workspace
Text {
id: text2
text: ClockState.uptime
wrapMode: Text.WordWrap
color: Colors.primary