Page margins for app log

Adds consistent page margins also to Log page.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-12-08 04:21:31 +01:00
parent 44fd9bff67
commit 3987eb57fb

View file

@ -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 {