mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/UI: cloud credentials follow our theming
This was simply not using our labels / text fields, so it didn't pick up our colors automatically. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
494e5c5a34
commit
68a15b8cdf
2 changed files with 11 additions and 11 deletions
|
@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
|
|||
Layout.topMargin: 0
|
||||
property int headingLevel: 3
|
||||
}
|
||||
Controls.Label {
|
||||
TemplateLabel {
|
||||
id: messageArea
|
||||
Layout.fillWidth: true
|
||||
Layout.margins: Kirigami.Units.gridUnit
|
||||
|
@ -25,7 +25,7 @@ Kirigami.ScrollablePage {
|
|||
text: manager.startPageText
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
Controls.Label {
|
||||
TemplateLabel {
|
||||
id: explanationTextBasic
|
||||
visible: Backend.cloud_verification_status !== Enums.CS_NEED_TO_VERIFY
|
||||
Layout.fillWidth: true
|
||||
|
@ -38,7 +38,7 @@ Kirigami.ScrollablePage {
|
|||
"the no cloud button above.")
|
||||
wrapMode: Text.WordWrap
|
||||
}
|
||||
Controls.Label {
|
||||
TemplateLabel {
|
||||
id: explanationTextPin
|
||||
visible: Backend.cloud_verification_status === Enums.CS_NEED_TO_VERIFY
|
||||
Layout.fillWidth: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue