From 62fefcccff841d8fcc09e08bd24bd686dd2f86c9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Aug 2018 18:36:03 +0200 Subject: No unnecessary borders --- views/calendar/qml/WeekView.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml index 868e7ee9..227dc3d9 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml @@ -200,14 +200,12 @@ FocusScope { width: root.dayWidth height: root.hourHeight * 24 - border.width: 1 - border.color: Kube.Colors.lightgrey color: Kube.Colors.viewBackgroundColor Column { anchors.fill: parent Repeater { - model: 24 + model: 12 delegate: Rectangle { height: root.hourHeight * 2 width: parent.width -- cgit v1.2.3