Notifications n shi
This commit is contained in:
@@ -3,7 +3,7 @@ import QtQuick
|
||||
import "../Widgets" as Widgets
|
||||
|
||||
Item {
|
||||
width: 800
|
||||
width: 900
|
||||
height: 42
|
||||
anchors {
|
||||
top: parent.top
|
||||
@@ -14,7 +14,6 @@ Item {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
bottom: parent.bottom
|
||||
leftMargin: 0
|
||||
}
|
||||
Widgets.Battery {}
|
||||
}
|
||||
@@ -31,13 +30,7 @@ Item {
|
||||
top: parent.top
|
||||
right: parent.right
|
||||
bottom: parent.bottom
|
||||
rightMargin: 12
|
||||
}
|
||||
Text {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
property var clock: SystemClock {}
|
||||
color: "white"
|
||||
text: Qt.formatDateTime(clock.date, "ddd MMM dd · hh:mm")
|
||||
}
|
||||
Widgets.Time {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user