summaryrefslogtreecommitdiffstats
path: root/weather/gesturebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'weather/gesturebox.cpp')
-rw-r--r--weather/gesturebox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/weather/gesturebox.cpp b/weather/gesturebox.cpp
index ca4a882..cd348bf 100644
--- a/weather/gesturebox.cpp
+++ b/weather/gesturebox.cpp
@@ -42,8 +42,8 @@
// GestureData
-#ifdef Q_OS_SYMBIAN
-static const int move_threshold = 20;
+#ifdef QT_ARCH_ARM
+static const int move_threshold = 30;
#else
static const int move_threshold = 5;
#endif