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
@ -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…
x
Reference in New Issue
Block a user