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:
parent
44fd9bff67
commit
3987eb57fb
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user