From c043366b8f0c9e3a2bc279d72d0cd8d263603358 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Aug 2017 15:30:32 -0700 Subject: QML UI: remove unnecessary margin This makes better use of the available space. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Settings.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mobile-widgets/qml') diff --git a/mobile-widgets/qml/Settings.qml b/mobile-widgets/qml/Settings.qml index 4232c37b2..314d99579 100644 --- a/mobile-widgets/qml/Settings.qml +++ b/mobile-widgets/qml/Settings.qml @@ -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 { -- cgit v1.2.3-70-g09d2