From b4ff13c2300afe8a629325d77553e4a9a50cc3ec Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 1 Mar 2018 15:51:26 +0100 Subject: border for the daylong view --- views/calendar/qml/View.qml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index 36989032..e7df6dd2 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml @@ -33,9 +33,7 @@ FocusScope { anchors.centerIn: parent DayOfWeekRow { - anchors.horizontalCenter: parent.horizontalCenter - spacing: 0 locale: Qt.locale("de") @@ -62,11 +60,16 @@ FocusScope { height: Kube.Units.gridUnit * 3 width: parent.width color: Kube.Colors.viewBackgroundColor + border.width: 1 + border.color: Kube.Colors.buttonColor ListView { id: daylong - anchors.fill: parent + anchors { + fill: parent + margins: 1 + } model: DaylongEvents {} -- cgit v1.2.3