Merge pull request #3665 from Jojo-Schmitz/inspector_stem

Fix stem inspector's accessibility texts
This commit is contained in:
Nicolas Froment 2018-05-14 12:00:48 +02:00 committed by GitHub
commit 3e27b9554e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@
<string>Reset to default</string> <string>Reset to default</string>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
<string>Reset 'Show courtesy' value</string> <string>Reset 'Line width' value</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true"/> <string notr="true"/>
@ -115,6 +115,9 @@
<property name="text"> <property name="text">
<string>Length offset:</string> <string>Length offset:</string>
</property> </property>
<property name="buddy">
<cstring>userLength</cstring>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
@ -136,7 +139,7 @@
<string>Reset to default</string> <string>Reset to default</string>
</property> </property>
<property name="accessibleName"> <property name="accessibleName">
<string>Reset 'Show courtesy' value</string> <string>Reset 'Length offset' value</string>
</property> </property>
<property name="text"> <property name="text">
<string notr="true"/> <string notr="true"/>
@ -145,6 +148,9 @@
<iconset resource="../musescore.qrc"> <iconset resource="../musescore.qrc">
<normaloff>:/data/icons/edit-reset.svg</normaloff>:/data/icons/edit-reset.svg</iconset> <normaloff>:/data/icons/edit-reset.svg</normaloff>:/data/icons/edit-reset.svg</iconset>
</property> </property>
<property name="buddy" stdset="0">
<cstring>lineWidth</cstring>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>