UI: ApplicationsPage: Increase speed limits' max.

This commit is contained in:
Nodir Temirkhodjaev 2018-01-27 18:36:01 +05:00
parent 61114c19fe
commit 8831c4073a

View File

@ -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;