Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanPudashkin committed Nov 7, 2022
1 parent f5c328f commit 87719f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/workspace/qml/MuseScore/Workspace/NewWorkspaceDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ StyledDialogView {
navigation.row: 1
navigation.accessible.name: workspaceNameTitle.text + " " + currentText

maximumLength: 40

onCurrentTextEdited: function(newTextValue) {
workspaceModel.workspaceName = newTextValue
}
Expand Down

0 comments on commit 87719f7

Please sign in to comment.