mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Merge pull request #3738
419a197
AddressBook: fix edit address button tooltip (rating89us)
This commit is contained in:
commit
a0ff56fbef
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue