QML UI: remove unnecessary margin

This makes better use of the available space.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-08-03 15:30:32 -07:00
parent ada6a0d664
commit c043366b8f

View file

@ -19,7 +19,7 @@ Kirigami.ScrollablePage {
CloudCredentials {
id: cloudCredentials
Layout.fillWidth: true
Layout.margins: Kirigami.Units.gridUnit
Layout.rightMargin: Kirigami.Units.smallSpacing
Layout.topMargin: 0
property int headingLevel: 4
}
@ -314,7 +314,7 @@ Kirigami.ScrollablePage {
Layout.preferredWidth: gridWidth * 0.25
onClicked: {
manager.developer = checked
}
}
}
}
Item {