diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-12-08 04:21:31 +0100 |
---|---|---|
committer | Sebastian Kügler <sebas@kde.org> | 2015-12-08 04:56:45 +0100 |
commit | 3987eb57fb9f4ff109f191d6cb0c13569fd7948e (patch) | |
tree | 6da00d13c0efb15e06322ad7b1ca7094ee9f0387 /qt-mobile | |
parent | 44fd9bff6776de3a7b66e8b33412a554551c50c3 (diff) | |
download | subsurface-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.qml | 3 |
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 { |