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