Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspector improvements #2963

Merged
merged 1 commit into from Jan 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions mscore/inspector/inspector_accidental.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>150</width>
<height>115</height>
<width>113</width>
<height>91</height>
</rect>
</property>
<property name="accessibleName">
Expand Down Expand Up @@ -125,7 +125,7 @@
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Has bracket' value</string>
<string>Reset 'Small' value</string>
</property>
<property name="text">
<string notr="true"/>
Expand All @@ -144,7 +144,9 @@
<tabstops>
<tabstop>title</tabstop>
<tabstop>small</tabstop>
<tabstop>resetSmall</tabstop>
<tabstop>hasBracket</tabstop>
<tabstop>resetHasBracket</tabstop>
</tabstops>
<resources>
<include location="../musescore.qrc"/>
Expand Down
11 changes: 7 additions & 4 deletions mscore/inspector/inspector_fingering.ui
Expand Up @@ -6,12 +6,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>277</width>
<height>215</height>
<width>154</width>
<height>69</height>
</rect>
</property>
<property name="accessibleName">
<string>Tuplet Inspector</string>
<string>Fingering Inspector</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
Expand Down Expand Up @@ -81,6 +81,9 @@
<property name="text">
<string>Substyle:</string>
</property>
<property name="buddy">
<cstring>subStyle</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
Expand All @@ -92,7 +95,7 @@
<string>Reset to default</string>
</property>
<property name="accessibleName">
<string>Reset 'Small' value</string>
<string>Reset 'Substyle' value</string>
</property>
<property name="text">
<string notr="true"/>
Expand Down