Skip to content

Commit

Permalink
Merge pull request #2998 from ericfont/174636-KeyTimeSigAddTooltipSpacer
Browse files Browse the repository at this point in the history
add vertical spacers and modify tooltip for key/time sig .ui (minor edit)
  • Loading branch information
lasconic committed Feb 17, 2017
2 parents fc55143 + 9cb4a99 commit f859330
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 f859330

Please sign in to comment.