allow lyrics upper and lower margin to go negative, just like 1.x did.
This commit is contained in:
Joachim Schmitz 2014-01-16 19:16:14 +01:00
parent d65c722ab6
commit 57b6955c94

View file

@ -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>