Skip to content

Commit

Permalink
Merge pull request #745 from Jojo-Schmitz/23038-reduce-height-of-dialogs
Browse files Browse the repository at this point in the history
fix #23038: reduce height of dialogs to 560 pixels
  • Loading branch information
lasconic committed Mar 13, 2014
2 parents aa69da0 + 12497a4 commit ccbbb07
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mscore/editstyle.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>892</width>
<height>644</height>
<height>573</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
2 changes: 1 addition & 1 deletion mscore/pluginCreator.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
2 changes: 1 addition & 1 deletion mscore/prefsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>880</width>
<height>648</height>
<height>560</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down
2 changes: 1 addition & 1 deletion mscore/stafftext.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>954</width>
<height>563</height>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
2 changes: 1 addition & 1 deletion mscore/textproperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>647</width>
<height>662</height>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
2 changes: 1 addition & 1 deletion mscore/timedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>892</width>
<height>577</height>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
Expand Down
2 changes: 1 addition & 1 deletion mscore/timesigproperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>779</width>
<height>644</height>
<height>560</height>
</rect>
</property>
<property name="windowTitle">
Expand Down

0 comments on commit ccbbb07

Please sign in to comment.