aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Preferences.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/Preferences.qml')
-rw-r--r--mobile-widgets/qml/Preferences.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/Preferences.qml b/mobile-widgets/qml/Preferences.qml
index 3ec96d198..979a49b1d 100644
--- a/mobile-widgets/qml/Preferences.qml
+++ b/mobile-widgets/qml/Preferences.qml
@@ -50,7 +50,7 @@ Kirigami.Page {
Layout.alignment: Qt.AlignRight
}
- TextField {
+ StyledTextField {
id: distanceThreshold
text: manager.distanceThreshold
Layout.fillWidth: true
@@ -61,7 +61,7 @@ Kirigami.Page {
Layout.alignment: Qt.AlignRight
}
- TextField {
+ StyledTextField {
id: timeThreshold
text: manager.timeThreshold
Layout.fillWidth: true