fix clock issue
This commit is contained in:
parent
471f9bd5b6
commit
339b04c165
@ -25,7 +25,7 @@ Rectangle {
|
|||||||
id: clockText
|
id: clockText
|
||||||
property bool showFull
|
property bool showFull
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.mm.yy") : Qt.formatDateTime(clock.date, "hh:mm")
|
text: showFull ? Qt.formatDateTime(clock.date, "hh:mm / dd.MM.yy") : Qt.formatDateTime(clock.date, "hh:mm")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|||||||
@ -38,7 +38,7 @@ Rectangle {
|
|||||||
// signal_wifi_4_bar
|
// signal_wifi_4_bar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return "\ue1d8";
|
return "\ue1da";
|
||||||
} else if (device.connected) {
|
} else if (device.connected) {
|
||||||
return "settings_ethernet";
|
return "settings_ethernet";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user