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() }
|
||||
|
||||
Kirigami.Heading {
|
||||
Layout.margins: Kirigami.Units.gridUnit
|
||||
text: "Subsurface-mobile"
|
||||
}
|
||||
Kirigami.Label {
|
||||
id: explanationText
|
||||
Layout.fillWidth: true
|
||||
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 " +
|
||||
"(which can be created with the Subsurface desktop application)."
|
||||
wrapMode: Text.WordWrap
|
||||
|
|
Loading…
Add table
Reference in a new issue