mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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;
|
property bool issave: savePassword.checked;
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
width: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit
|
||||||
anchors {
|
|
||||||
fill: parent
|
|
||||||
margins: MobileComponents.Units.gridUnit / 2
|
|
||||||
}
|
|
||||||
|
|
||||||
MobileComponents.Heading {
|
MobileComponents.Heading {
|
||||||
text: "Cloud credentials"
|
text: "Cloud credentials"
|
||||||
|
level: headingLevel
|
||||||
Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2
|
Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue