mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Align the labels ar right
uniform look for forms: labels aligned at the right, fileds at the left Signed-off-by: Marco Martin <notmart@gmail.com>
This commit is contained in:
parent
cf9476c74e
commit
0926776877
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,7 @@ MobileComponents.Page {
|
|||
}
|
||||
}
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Location:"
|
||||
}
|
||||
TextField {
|
||||
|
@ -100,6 +101,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Air Temp:"
|
||||
}
|
||||
TextField {
|
||||
|
@ -109,6 +111,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Water Temp:"
|
||||
}
|
||||
TextField {
|
||||
|
@ -118,6 +121,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Suit:"
|
||||
|
||||
}
|
||||
|
@ -128,6 +132,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Buddy:"
|
||||
}
|
||||
TextField {
|
||||
|
@ -137,6 +142,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Dive Master:"
|
||||
}
|
||||
TextField {
|
||||
|
@ -146,6 +152,7 @@ MobileComponents.Page {
|
|||
}
|
||||
|
||||
MobileComponents.Label {
|
||||
Layout.alignment: Qt.AlignRight
|
||||
text: "Notes:"
|
||||
}
|
||||
TextEdit{
|
||||
|
|
Loading…
Add table
Reference in a new issue