mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improve labels in login dialog
We want short labels here in order to allow more horizontal space to be taken by the inputs. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ff82d1cc15
commit
a0a3bf8870
1 changed files with 3 additions and 2 deletions
|
@ -27,7 +27,7 @@ Item {
|
|||
}
|
||||
|
||||
Label {
|
||||
text: "Email Address"
|
||||
text: "Email"
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
|
||||
|
@ -63,7 +63,8 @@ Item {
|
|||
}
|
||||
|
||||
Label {
|
||||
text: "Save Password locally"
|
||||
text: "Remember"
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
|
|
Loading…
Add table
Reference in a new issue