1
0
Fork 0
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:
Sebastian Kügler 2015-11-07 03:40:56 +01:00 committed by Dirk Hohndel
parent ff82d1cc15
commit a0a3bf8870

View file

@ -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 {