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:
RomanPudashkin 2021-08-12 19:06:57 +02:00 committed by GitHub
commit 39a0fd0860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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,

View file

@ -72,6 +72,11 @@ Rectangle {
privateProperties.hide()
}
}
StyledTextLabel {
anchors.verticalCenter: parent.verticalCenter
text: qsTrc("notation", "Find / Go to:")
}
TextInputField {
id: textInputField