AddressBook: fix edit address button tooltip

This commit is contained in:
rating89us 2021-11-19 19:09:44 +01:00
parent ecf5c501d6
commit 419a1975eb

View file

@ -235,7 +235,7 @@ Rectangle {
}
MoneroComponents.IconButton {
id: renameButton
id: editEntryButton
image: "qrc:///images/edit.svg"
color: MoneroComponents.Style.defaultFontColor
opacity: isOpenGL ? 0.5 : 1
@ -244,7 +244,7 @@ Rectangle {
fontAwesomeFallbackOpacity: 0.5
Layout.preferredWidth: 23
Layout.preferredHeight: 21
tooltip: qsTr("Edit address label") + translationManager.emptyString
tooltip: qsTr("Edit entry") + translationManager.emptyString
onClicked: {
addressBookListView.currentIndex = index;