mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-08 10:52:04 +02:00
HistoryTable: missing TransactionID text fix
This commit is contained in:
parent
45781ab4a1
commit
8e0e088e70
@ -293,7 +293,7 @@ ListView {
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 30 * scaleRatio
|
||||
|
||||
labelHeader: QsTr("Transaction ID") + translationManager.emptyString
|
||||
labelHeader: qsTr("Transaction ID") + translationManager.emptyString
|
||||
labelValue: hash.substring(0, 18) + "..."
|
||||
copyValue: hash
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user