diff options
author | 4-FLOSS-Free-Libre-Open-Source-Software <46166740+4-FLOSS-Free-Libre-Open-Source-Software@users.noreply.github.com> | 2020-01-21 14:02:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 14:02:59 +0100 |
commit | 3a3a254bec9a447efaa988687b9890baab6a7426 (patch) | |
tree | eb835c295c96842d405d8485a06e6468efa7047f | |
parent | 05082ae12051821b1d969e6672d9e4e5afe1bc07 (diff) | |
download | twinkle-3a3a254bec9a447efaa988687b9890baab6a7426.tar twinkle-3a3a254bec9a447efaa988687b9890baab6a7426.tar.gz twinkle-3a3a254bec9a447efaa988687b9890baab6a7426.tar.lz twinkle-3a3a254bec9a447efaa988687b9890baab6a7426.tar.xz twinkle-3a3a254bec9a447efaa988687b9890baab6a7426.zip |
let gui set MAX_PTIME cutoff 80ms
-rw-r--r-- | src/gui/userprofileform.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/userprofileform.ui b/src/gui/userprofileform.ui index 4a11efa..f3683b8 100644 --- a/src/gui/userprofileform.ui +++ b/src/gui/userprofileform.ui @@ -823,7 +823,7 @@ This field is mandatory.</string> <number>10</number> </property> <property name="maximum"> - <number>50</number> + <number>80</number> </property> <property name="singleStep"> <number>10</number> |