Merge pull request #6324 from jbroadus/set-min-fade-time

Set non-zero minimum for fade times.
This commit is contained in:
John Maguire 2019-04-10 11:10:47 +01:00 committed by GitHub
commit 878b366bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,9 @@
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10000</number>
</property>
@ -139,6 +142,9 @@
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10000</number>
</property>