summaryrefslogtreecommitdiffstats
path: root/src/settingsui/timedate/TimeDate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsui/timedate/TimeDate.qml')
-rw-r--r--src/settingsui/timedate/TimeDate.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/settingsui/timedate/TimeDate.qml b/src/settingsui/timedate/TimeDate.qml
index 5ba8dfa..cc46b78 100644
--- a/src/settingsui/timedate/TimeDate.qml
+++ b/src/settingsui/timedate/TimeDate.qml
@@ -45,15 +45,17 @@ Item {
property string title: qsTr("Time and Date settings")
Flickable {
- anchors.fill: parent
+ id: flickable
anchors.margins: 20
+ anchors.fill: parent
contentHeight: content.height
contentWidth: width
+ interactive: !clock.handPressed
ColumnLayout {
id: content
- width: parent.width
spacing: 20
+ width: parent.width
GroupBox {
width: parent.width
@@ -92,7 +94,6 @@ Item {
id: calendar
width: height
}
-
AnalogClock {
id: clock
height: calendar.height
@@ -104,7 +105,6 @@ Item {
id: zoneselect
TimezonesView { }
}
-
}
}
GroupBox {