From 3987eb57fb9f4ff109f191d6cb0c13569fd7948e Mon Sep 17 00:00:00 2001 From: Sebastian Kügler Date: Tue, 8 Dec 2015 04:21:31 +0100 Subject: Page margins for app log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds consistent page margins also to Log page. Signed-off-by: Sebastian Kügler --- qt-mobile/qml/Log.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-mobile') 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 { -- cgit v1.2.3-70-g09d2