Skip to content

Commit

Permalink
Merge pull request #4674 from MarcSabatella/283600-offset-range
Browse files Browse the repository at this point in the history
fix #283600: range and step value for offset fields
  • Loading branch information
anatoly-os committed Feb 18, 2019
2 parents aa89ac0 + 834cb03 commit fc8cc4d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions mscore/inspector/offset_select.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@
<string>sp</string>
</property>
<property name="minimum">
<double>-99.000000000000000</double>
<double>-999.000000000000000</double>
</property>
<property name="maximum">
<double>999.990000000000009</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
<double>0.500000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -97,10 +100,13 @@
<string>sp</string>
</property>
<property name="minimum">
<double>-99.000000000000000</double>
<double>-999.000000000000000</double>
</property>
<property name="maximum">
<double>999.990000000000009</double>
</property>
<property name="singleStep">
<double>0.200000000000000</double>
<double>0.500000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit fc8cc4d

Please sign in to comment.