fix #21188
allow lyrics upper and lower margin to go negative, just like 1.x did.
This commit is contained in:
parent
d65c722ab6
commit
57b6955c94
1 changed files with 6 additions and 0 deletions
|
@ -577,6 +577,9 @@
|
|||
<property name="decimals">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>-100.000000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.500000000000000</double>
|
||||
</property>
|
||||
|
@ -609,6 +612,9 @@
|
|||
<property name="decimals">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="minimum">
|
||||
<double>-100.000000000000000</double>
|
||||
</property>
|
||||
<property name="singleStep">
|
||||
<double>0.500000000000000</double>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue