summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/WeekView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 12:10:07 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-21 12:10:07 +0200
commit145b22ef7f45fbfa83880e69f35a4e39e57970ca (patch)
treee7cbe7e744ffb10dee3a8ad335bbbd5dd4150ece /views/calendar/qml/WeekView.qml
parenta8a35fdf86b8b6f408e972892483907306f088bb (diff)
downloadkube-145b22ef7f45fbfa83880e69f35a4e39e57970ca.tar.gz
kube-145b22ef7f45fbfa83880e69f35a4e39e57970ca.zip
Margins all around
Diffstat (limited to 'views/calendar/qml/WeekView.qml')
-rw-r--r--views/calendar/qml/WeekView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/calendar/qml/WeekView.qml b/views/calendar/qml/WeekView.qml
index 7791795c..dbc41bd0 100644
--- a/views/calendar/qml/WeekView.qml
+++ b/views/calendar/qml/WeekView.qml
@@ -311,6 +311,7 @@ FocusScope {
311 anchors { 311 anchors {
312 fill: parent 312 fill: parent
313 leftMargin: Kube.Units.smallSpacing 313 leftMargin: Kube.Units.smallSpacing
314 rightMargin: Kube.Units.smallSpacing
314 } 315 }
315 text: model.modelData.text 316 text: model.modelData.text
316 color: Kube.Colors.highlightedTextColor 317 color: Kube.Colors.highlightedTextColor