summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Doležel <lubos@dolezel.info>2020-02-23 09:34:23 +0100
committerGitHub <noreply@github.com>2020-02-23 09:34:23 +0100
commit2d673fe5daa8f5f930657c1bd537ab4df3e5ad06 (patch)
tree15e63d792a16a968db0ea9bbba843da5811e49ec
parent7736316d0e1e2c7a3785d3c4181978ed14d98027 (diff)
parent3a3a254bec9a447efaa988687b9890baab6a7426 (diff)
downloadtwinkle-2d673fe5daa8f5f930657c1bd537ab4df3e5ad06.tar
twinkle-2d673fe5daa8f5f930657c1bd537ab4df3e5ad06.tar.gz
twinkle-2d673fe5daa8f5f930657c1bd537ab4df3e5ad06.tar.lz
twinkle-2d673fe5daa8f5f930657c1bd537ab4df3e5ad06.tar.xz
twinkle-2d673fe5daa8f5f930657c1bd537ab4df3e5ad06.zip
Merge pull request #185 from 4-FLOSS-Free-Libre-Open-Source-Software/patch-3
let gui set MAX_PTIME cutoff 80ms
-rw-r--r--src/gui/userprofileform.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/userprofileform.ui b/src/gui/userprofileform.ui
index ef2f900..ee0558e 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>