diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 11:42:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-01 11:42:22 +0200 |
commit | 8d5f8e5fd00d092941c55ffcc5b50c84dbd635f2 (patch) | |
tree | 3f4cf2bc68d0adc2edda8979f3f8f4595dc6fd96 | |
parent | fb123c0dc34a9fed0e8cf1e0808fa93a34fcf11a (diff) | |
download | kube-8d5f8e5fd00d092941c55ffcc5b50c84dbd635f2.tar.gz kube-8d5f8e5fd00d092941c55ffcc5b50c84dbd635f2.zip |
A margin on the right so it doesn't look like the calendar runs off the
side
-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 289b8590..ca35d788 100644 --- a/views/calendar/qml/WeekView.qml +++ b/views/calendar/qml/WeekView.qml | |||
@@ -52,6 +52,7 @@ FocusScope { | |||
52 | anchors { | 52 | anchors { |
53 | top: parent.top | 53 | top: parent.top |
54 | right: parent.right | 54 | right: parent.right |
55 | rightMargin: Kube.Units.largeSpacing | ||
55 | } | 56 | } |
56 | 57 | ||
57 | width: root.dayWidth * 7 + Kube.Units.gridUnit * 2 | 58 | width: root.dayWidth * 7 + Kube.Units.gridUnit * 2 |