Simplify dive list items

- Replace the custom text items with the Components' label
- Remove now unneeded properties

The goal is to use less different font sizes, as to give the listview a
calmer and more uniform look.

Signed-off-by: Sebastian Kügler <sebas@kde.org>
This commit is contained in:
Sebastian Kügler 2015-11-29 23:39:14 +01:00
parent 95c5b35583
commit 78d5325dda
3 changed files with 24 additions and 35 deletions

View file

@ -89,7 +89,7 @@ MobileComponents.Page {
}
}
}
Label {
MobileComponents.Label {
text: "Location:"
}
TextField {
@ -97,7 +97,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Air Temp:"
}
TextField {
@ -106,7 +106,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Water Temp:"
}
TextField {
@ -115,7 +115,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Suit:"
}
@ -125,7 +125,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Buddy:"
}
TextField {
@ -134,7 +134,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Dive Master:"
}
TextField {
@ -143,7 +143,7 @@ MobileComponents.Page {
Layout.fillWidth: true
}
Label {
MobileComponents.Label {
text: "Notes:"
}
TextEdit{