mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove redundant heading
This makes the start page look a bit more natural Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
41ab12533b
commit
12f0af19cb
1 changed files with 1 additions and 5 deletions
|
@ -11,15 +11,11 @@ ColumnLayout {
|
||||||
|
|
||||||
function saveCredentials() { cloudCredentials.saveCredentials() }
|
function saveCredentials() { cloudCredentials.saveCredentials() }
|
||||||
|
|
||||||
Kirigami.Heading {
|
|
||||||
Layout.margins: Kirigami.Units.gridUnit
|
|
||||||
text: "Subsurface-mobile"
|
|
||||||
}
|
|
||||||
Kirigami.Label {
|
Kirigami.Label {
|
||||||
id: explanationText
|
id: explanationText
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.margins: Kirigami.Units.gridUnit
|
Layout.margins: Kirigami.Units.gridUnit
|
||||||
Layout.topMargin: 0
|
Layout.topMargin: Kirigami.Units.gridUnit * 3
|
||||||
text: "In order to use Subsurface-mobile you need to have a Subsurface cloud storage account " +
|
text: "In order to use Subsurface-mobile you need to have a Subsurface cloud storage account " +
|
||||||
"(which can be created with the Subsurface desktop application)."
|
"(which can be created with the Subsurface desktop application)."
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue