Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/MLK97/global_enter_escape'
Browse files Browse the repository at this point in the history
simplified the approach
  • Loading branch information
jeetee committed Apr 12, 2020
2 parents c9c7681 + 1f098be commit 68ea23b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TempoChanges.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import MuseScore 3.0

MuseScore {
menuPath: "Plugins.TempoChanges"
version: "3.1.4"
version: "3.2.0"
description: qsTr("Creates hidden tempo markers.\nSee also: https://musescore.org/en/handbook/3/tempo#ritardando-accelerando")
pluginType: "dialog"
requiresScore: true
Expand Down Expand Up @@ -262,6 +262,8 @@ MuseScore {
anchors.margins: 10
columns: 3

focus: true

Label {
text: qsTranslate("Ms::MuseScore", "Staff Text") + ":"
}
Expand Down

0 comments on commit 68ea23b

Please sign in to comment.