mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML-UI: use our styled elements
This gets us consistent look and feel as otherwise the labels aren't styled the same as for the rest of the application. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2fc99092fb
commit
b0063e5d1a
2 changed files with 23 additions and 17 deletions
|
@ -29,7 +29,7 @@ Item {
|
|||
Layout.columnSpan: 2
|
||||
}
|
||||
|
||||
Label {
|
||||
MobileComponents.Label {
|
||||
text: "Distance threshold (meters)"
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
|
@ -40,7 +40,7 @@ Item {
|
|||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
Label {
|
||||
MobileComponents.Label {
|
||||
text: "Time threshold (minutes)"
|
||||
Layout.alignment: Qt.AlignRight
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue