We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06354da commit 8487f77Copy full SHA for 8487f77
workoutbuilder.qml
@@ -1628,7 +1628,7 @@ MuseScore {
1628
}
1629
ImageButton {
1630
id: btnSetName
1631
- imageSource: "download.svg"
+ imageSource: "edittext.svg"
1632
ToolTip.text: "Set pattern's name"+
1633
((idPattName.itemAt(index).text!="")?("\n\""+idPattName.itemAt(index).text+"\""):"\n--default--")
1634
highlighted: (idPattName.itemAt(index).text!="")
@@ -2424,6 +2424,10 @@ MuseScore {
2424
label += "-";
2425
label += _degrees[steps[i]];
2426
2427
+
2428
+ if (name && name!=="") {
2429
+ label+=" ("+name+")";
2430
+ }
2431
2432
if ((loopMode !== "--") && (loopMode !== undefined)) {
2433
var m = loopMode;
workoutbuilder/edittext.svg
0 commit comments