From 8831c4073ae1842bd49a5780cb50946a9a06679f Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sat, 27 Jan 2018 18:36:01 +0500 Subject: [PATCH] UI: ApplicationsPage: Increase speed limits' max. --- src/ui/qml/pages/apps/SpeedLimitButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/qml/pages/apps/SpeedLimitButton.qml b/src/ui/qml/pages/apps/SpeedLimitButton.qml index 249584e6..d7456154 100644 --- a/src/ui/qml/pages/apps/SpeedLimitButton.qml +++ b/src/ui/qml/pages/apps/SpeedLimitButton.qml @@ -79,6 +79,7 @@ ButtonPopup { } field { from: 0 + to: 99999 value: appGroup.speedLimitIn onValueChanged: { const value = field.value; @@ -111,6 +112,7 @@ ButtonPopup { } field { from: 0 + to: 99999 value: appGroup.speedLimitOut onValueChanged: { const value = field.value;