aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-12-08 04:21:31 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-12-08 04:56:45 +0100
commit3987eb57fb9f4ff109f191d6cb0c13569fd7948e (patch)
tree6da00d13c0efb15e06322ad7b1ca7094ee9f0387 /qt-mobile
parent44fd9bff6776de3a7b66e8b33412a554551c50c3 (diff)
downloadsubsurface-3987eb57fb9f4ff109f191d6cb0c13569fd7948e.tar.gz
Page margins for app log
Adds consistent page margins also to Log page. Signed-off-by: Sebastian Kügler <sebas@kde.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/Log.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml
index f49e3ba73..c6214f8e3 100644
--- a/qt-mobile/qml/Log.qml
+++ b/qt-mobile/qml/Log.qml
@@ -10,7 +10,8 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
MobileComponents.Page {
id: logWindow
- width: parent.width
+ width: parent.width - MobileComponents.Units.gridUnit
+ anchors.margins: MobileComponents.Units.gridUnit / 2
objectName: "Log"
flickable: logFlick
ScrollView {