Skip to content

Commit

Permalink
Fix #17655: Style dialog allows negative values for ottava hook heigh…
Browse files Browse the repository at this point in the history
…ts consistent with inspector
  • Loading branch information
miiizen committed Aug 24, 2023
1 parent 2abc6c2 commit 0c4cff0
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions src/notation/view/widgets/editstyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>592</width>
<height>441</height>
<width>692</width>
<height>595</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_10">
Expand Down Expand Up @@ -873,8 +873,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>408</width>
<height>484</height>
<width>659</width>
<height>658</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_4">
Expand Down Expand Up @@ -2253,8 +2253,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>685</width>
<height>298</height>
<width>722</width>
<height>382</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_9">
Expand Down Expand Up @@ -4019,8 +4019,8 @@ By default, they will be placed such as that their right end are at the same lev
<rect>
<x>0</x>
<y>0</y>
<width>239</width>
<height>593</height>
<width>379</width>
<height>798</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_56">
Expand Down Expand Up @@ -6176,8 +6176,8 @@ By default, they will be placed such as that their right end are at the same lev
<rect>
<x>0</x>
<y>0</y>
<width>364</width>
<height>386</height>
<width>559</width>
<height>515</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_54">
Expand Down Expand Up @@ -8001,6 +8001,9 @@ By default, they will be placed such as that their right end are at the same lev
<property name="suffix">
<string extracomment="spatium unit">sp</string>
</property>
<property name="minimum">
<double>-99.000000000000000</double>
</property>
</widget>
</item>
<item row="7" column="0">
Expand Down Expand Up @@ -8106,6 +8109,9 @@ By default, they will be placed such as that their right end are at the same lev
<property name="suffix">
<string extracomment="spatium unit">sp</string>
</property>
<property name="minimum">
<double>-99.000000000000000</double>
</property>
</widget>
</item>
<item row="2" column="6">
Expand Down Expand Up @@ -10232,8 +10238,8 @@ By default, they will be placed such as that their right end are at the same lev
<rect>
<x>0</x>
<y>0</y>
<width>380</width>
<height>324</height>
<width>594</width>
<height>440</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_57">
Expand Down Expand Up @@ -11743,8 +11749,8 @@ By default, they will be placed such as that their right end are at the same lev
<rect>
<x>0</x>
<y>0</y>
<width>384</width>
<height>422</height>
<width>615</width>
<height>568</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_55">
Expand Down Expand Up @@ -12721,8 +12727,8 @@ By default, they will be placed such as that their right end are at the same lev
<rect>
<x>0</x>
<y>0</y>
<width>354</width>
<height>385</height>
<width>584</width>
<height>536</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_40">
Expand Down

0 comments on commit 0c4cff0

Please sign in to comment.