diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-21 12:10:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-21 12:10:07 +0200 |
commit | 145b22ef7f45fbfa83880e69f35a4e39e57970ca (patch) | |
tree | e7cbe7e744ffb10dee3a8ad335bbbd5dd4150ece | |
parent | a8a35fdf86b8b6f408e972892483907306f088bb (diff) | |
download | kube-145b22ef7f45fbfa83880e69f35a4e39e57970ca.tar.gz kube-145b22ef7f45fbfa83880e69f35a4e39e57970ca.zip |
Margins all around
-rw-r--r-- | views/calendar/qml/WeekView.qml | 1 |
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 |