Merge pull request #8717 from iwoithe/update_find_go_to_popup
Fix #8630: Update the menu bar item and the "Find / Go To" popup
This commit is contained in:
commit
39a0fd0860
2 changed files with 6 additions and 1 deletions
|
@ -334,7 +334,7 @@ const UiActionList NotationUiActions::m_actions = {
|
|||
),
|
||||
UiAction("find",
|
||||
mu::context::UiCtxNotationOpened,
|
||||
QT_TRANSLATE_NOOP("action", "Find")
|
||||
QT_TRANSLATE_NOOP("action", "Find / Go To")
|
||||
),
|
||||
UiAction("staff-properties",
|
||||
mu::context::UiCtxNotationOpened,
|
||||
|
|
|
@ -72,6 +72,11 @@ Rectangle {
|
|||
privateProperties.hide()
|
||||
}
|
||||
}
|
||||
|
||||
StyledTextLabel {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
text: qsTrc("notation", "Find / Go to:")
|
||||
}
|
||||
|
||||
TextInputField {
|
||||
id: textInputField
|
||||
|
|
Loading…
Reference in a new issue