Skip to content

Commit

Permalink
Merge pull request #1299 from Jojo-Schmitz/ui
Browse files Browse the repository at this point in the history
fix for #31411 and finer spinbox resolution for beams
  • Loading branch information
lasconic committed Sep 10, 2014
2 parents 2b0fda1 + 7899362 commit 36380df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
10 changes: 5 additions & 5 deletions mscore/data/icons/hraster.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions mscore/data/icons/vraster.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions mscore/inspector/inspector_beam.ui
Expand Up @@ -138,6 +138,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>left</string>
</property>
<property name="accessibleName">
<string>Vertical position offset left</string>
</property>
Expand All @@ -154,7 +157,7 @@
<double>99.000000000000000</double>
</property>
<property name="singleStep">
<double>0.250000000000000</double>
<double>0.100000000000000</double>
</property>
</widget>
</item>
Expand Down Expand Up @@ -205,6 +208,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>right</string>
</property>
<property name="accessibleName">
<string>Vertical position offset right</string>
</property>
Expand All @@ -218,7 +224,7 @@
<double>99.000000000000000</double>
</property>
<property name="singleStep">
<double>0.250000000000000</double>
<double>0.100000000000000</double>
</property>
</widget>
</item>
Expand Down

0 comments on commit 36380df

Please sign in to comment.