Skip to content

Commit 8487f77

Browse files
author
laurent
committed
New icon
1 parent 06354da commit 8487f77

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

workoutbuilder.qml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ MuseScore {
16281628
}
16291629
ImageButton {
16301630
id: btnSetName
1631-
imageSource: "download.svg"
1631+
imageSource: "edittext.svg"
16321632
ToolTip.text: "Set pattern's name"+
16331633
((idPattName.itemAt(index).text!="")?("\n\""+idPattName.itemAt(index).text+"\""):"\n--default--")
16341634
highlighted: (idPattName.itemAt(index).text!="")
@@ -2424,6 +2424,10 @@ MuseScore {
24242424
label += "-";
24252425
label += _degrees[steps[i]];
24262426
}
2427+
2428+
if (name && name!=="") {
2429+
label+=" ("+name+")";
2430+
}
24272431

24282432
if ((loopMode !== "--") && (loopMode !== undefined)) {
24292433
var m = loopMode;

workoutbuilder/edittext.svg

Lines changed: 19 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)