aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/DiveDetails.qml
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 23:39:14 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-11-29 23:59:49 +0100
commit78d5325dda8eadee8004183314195f2d61ffeb53 (patch)
tree3e92e9fa671caf152bcbad5063387b0ec043b082 /qt-mobile/qml/DiveDetails.qml
parent95c5b355838fbafa691a3ea74929de7bb8c93ee5 (diff)
downloadsubsurface-78d5325dda8eadee8004183314195f2d61ffeb53.tar.gz
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>
Diffstat (limited to 'qt-mobile/qml/DiveDetails.qml')
-rw-r--r--qt-mobile/qml/DiveDetails.qml14
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-mobile/qml/DiveDetails.qml b/qt-mobile/qml/DiveDetails.qml
index 7729e7fa5..a905064d7 100644
--- a/qt-mobile/qml/DiveDetails.qml
+++ b/qt-mobile/qml/DiveDetails.qml
@@ -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{