fix #284660: stepping of RMS spinner in SC4 compressor
for a range between 0 and 1 a stepping of 1 doesn't make much sense, 0.1 seems more reasonable
This commit is contained in:
parent
24aef32654
commit
fdae95f18f
1 changed files with 3 additions and 0 deletions
|
@ -516,6 +516,9 @@
|
|||
<property name="maximum">
|
||||
<double>1.000000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.100000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
|
|
Loading…
Reference in a new issue