mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:23:24 +00:00
QML UI: make cloud credentials usable as a component on a page
Instead of using this on its own page, it makes more sense to use it as part of the start page directly. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
70a122a63e
commit
ffd449cf21
1 changed files with 2 additions and 6 deletions
|
@ -16,14 +16,10 @@ Item {
|
|||
property bool issave: savePassword.checked;
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
anchors {
|
||||
fill: parent
|
||||
margins: MobileComponents.Units.gridUnit / 2
|
||||
}
|
||||
|
||||
width: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit
|
||||
MobileComponents.Heading {
|
||||
text: "Cloud credentials"
|
||||
level: headingLevel
|
||||
Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue