mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: cleanup some whitespace and string formatting
This addresses some review comment on whitespace and translated string formatting. In the string formatting, a tiny additional change is made. I wanted the email address in the explanation text in a bold font. Using the HTML <b> for this, removed the /n newline characters in the output. Apparantly, mixing these two formatting styles does not work. No problem, replaced the /n to HTML style too. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
dbed88bd81
commit
e2aaa43d8c
4 changed files with 20 additions and 20 deletions
|
@ -103,7 +103,7 @@ Item {
|
|||
spacing: Kirigami.Units.smallSpacing
|
||||
visible: rootItem.showPin
|
||||
SsrfButton {
|
||||
id:registerpin
|
||||
id: registerpin
|
||||
text: qsTr("Register")
|
||||
onClicked: {
|
||||
saveCredentials()
|
||||
|
@ -131,7 +131,7 @@ Item {
|
|||
visible: !rootItem.showPin
|
||||
|
||||
SsrfButton {
|
||||
id:signin_register_normal
|
||||
id: signin_register_normal
|
||||
text: qsTr("Sign-in or Register")
|
||||
onClicked: {
|
||||
saveCredentials()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue