diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 15:30:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-03 15:30:32 -0700 |
commit | c043366b8f0c9e3a2bc279d72d0cd8d263603358 (patch) | |
tree | 5eea6964bee85bc6aa4bbcbb3958adb566e5906e /mobile-widgets/qml/Settings.qml | |
parent | ada6a0d6649e5d5ebb11976af670b3398caf51e3 (diff) | |
download | subsurface-c043366b8f0c9e3a2bc279d72d0cd8d263603358.tar.gz |
QML UI: remove unnecessary margin
This makes better use of the available space.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/Settings.qml')
-rw-r--r-- | mobile-widgets/qml/Settings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |