summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-07-05 13:35:58 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-07-05 13:35:58 +0200
commit6db078747da43509f1f64392d3490627efb4ac1a (patch)
tree81c6b9b5397992ce33442a91c637c0da43302f8c /views
parentb8d7cb77a0fd8b7343cd2d3aee82368de4d0615e (diff)
downloadkube-6db078747da43509f1f64392d3490627efb4ac1a.tar.gz
kube-6db078747da43509f1f64392d3490627efb4ac1a.zip
move draft scrollbar to the right
Diffstat (limited to 'views')
-rw-r--r--views/composer/qml/View.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml
index f980bfd6..59ab3e92 100644
--- a/views/composer/qml/View.qml
+++ b/views/composer/qml/View.qml
@@ -114,7 +114,8 @@ Kube.View {
114 114
115 anchors { 115 anchors {
116 fill: parent 116 fill: parent
117 margins: Kube.Units.largeSpacing 117 topMargin: Kube.Units.largeSpacing
118 leftMargin: Kube.Units.largeSpacing
118 } 119 }
119 120
120 spacing: Kube.Units.largeSpacing 121 spacing: Kube.Units.largeSpacing