update to battery.qml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user