Skip to content

Commit

Permalink
Add vertical spacers to key sig dialog. Add tooltip for note grouping…
Browse files Browse the repository at this point in the history
…'s Reset button. Modified tooltip for key/sig master palette add to include the word master.
  • Loading branch information
Eric Fontaine committed Feb 17, 2017
1 parent 5a313cd commit 9cb4a99
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mscore/keyedit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<item>
<widget class="QPushButton" name="addButton">
<property name="toolTip">
<string>Add time signature to palette</string>
<string>Add time signature to master palette</string>
</property>
<property name="text">
<string>Add</string>
Expand Down
3 changes: 3 additions & 0 deletions mscore/note_groups.ui
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="resetGroups">
<property name="toolTip">
<string>Reset note grouping</string>
</property>
<property name="text">
<string>Reset</string>
</property>
Expand Down
15 changes: 14 additions & 1 deletion mscore/timedialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,19 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
Expand All @@ -257,7 +270,7 @@
</sizepolicy>
</property>
<property name="toolTip">
<string>Add time signature to palette</string>
<string>Add time signature to master palette</string>
</property>
<property name="text">
<string>Add</string>
Expand Down
13 changes: 13 additions & 0 deletions mscore/timesigproperties.ui
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,19 @@
</layout>
</widget>
</item>
<item row="2" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 9cb4a99

Please sign in to comment.