mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
95c5b35583
commit
78d5325dda
3 changed files with 24 additions and 35 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue