diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:36:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 18:36:03 +0200 |
commit | 62fefcccff841d8fcc09e08bd24bd686dd2f86c9 (patch) | |
tree | f99a498a54beb786cbf32e9e53c4a766a0067d07 | |
parent | 57db4a7edbaa3b749ba44524d37fcc580b97fca5 (diff) | |
download | kube-62fefcccff841d8fcc09e08bd24bd686dd2f86c9.tar.gz kube-62fefcccff841d8fcc09e08bd24bd686dd2f86c9.zip |
No unnecessary borders
-rw-r--r-- | views/calendar/qml/WeekView.qml | 4 |
1 files changed, 1 insertions, 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 { | |||
200 | width: root.dayWidth | 200 | width: root.dayWidth |
201 | height: root.hourHeight * 24 | 201 | height: root.hourHeight * 24 |
202 | 202 | ||
203 | border.width: 1 | ||
204 | border.color: Kube.Colors.lightgrey | ||
205 | color: Kube.Colors.viewBackgroundColor | 203 | color: Kube.Colors.viewBackgroundColor |
206 | 204 | ||
207 | Column { | 205 | Column { |
208 | anchors.fill: parent | 206 | anchors.fill: parent |
209 | Repeater { | 207 | Repeater { |
210 | model: 24 | 208 | model: 12 |
211 | delegate: Rectangle { | 209 | delegate: Rectangle { |
212 | height: root.hourHeight * 2 | 210 | height: root.hourHeight * 2 |
213 | width: parent.width | 211 | width: parent.width |