mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
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:
parent
ada6a0d664
commit
c043366b8f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue