forked from Public/monero-gui
AddressBook: fix edit address button tooltip
This commit is contained in:
@@ -235,7 +235,7 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
MoneroComponents.IconButton {
|
MoneroComponents.IconButton {
|
||||||
id: renameButton
|
id: editEntryButton
|
||||||
image: "qrc:///images/edit.svg"
|
image: "qrc:///images/edit.svg"
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
opacity: isOpenGL ? 0.5 : 1
|
opacity: isOpenGL ? 0.5 : 1
|
||||||
@@ -244,7 +244,7 @@ Rectangle {
|
|||||||
fontAwesomeFallbackOpacity: 0.5
|
fontAwesomeFallbackOpacity: 0.5
|
||||||
Layout.preferredWidth: 23
|
Layout.preferredWidth: 23
|
||||||
Layout.preferredHeight: 21
|
Layout.preferredHeight: 21
|
||||||
tooltip: qsTr("Edit address label") + translationManager.emptyString
|
tooltip: qsTr("Edit entry") + translationManager.emptyString
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
addressBookListView.currentIndex = index;
|
addressBookListView.currentIndex = index;
|
||||||
|
|||||||
Reference in New Issue
Block a user