Bring backs most services
This commit is contained in:
parent
71cb79b08b
commit
ec3bff68ac
16 changed files with 1038 additions and 13 deletions
|
|
@ -18,7 +18,7 @@ NPanel {
|
|||
border.color: Colors.backgroundTertiary
|
||||
border.width: Math.min(1, Style.borderMedium * scaling)
|
||||
width: 340 * scaling
|
||||
height: 300
|
||||
height: 320 // TBC
|
||||
anchors.top: parent.top
|
||||
anchors.right: parent.right
|
||||
anchors.topMargin: Style.marginTiny * scaling
|
||||
|
|
@ -66,6 +66,10 @@ NPanel {
|
|||
}
|
||||
}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
DayOfWeekRow {
|
||||
Layout.fillWidth: true
|
||||
spacing: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue