mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 12:57:25 -04:00
HistoryTable: missing TransactionID text fix
This commit is contained in:
@@ -293,7 +293,7 @@ ListView {
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: 30 * scaleRatio
|
anchors.leftMargin: 30 * scaleRatio
|
||||||
|
|
||||||
labelHeader: QsTr("Transaction ID") + translationManager.emptyString
|
labelHeader: qsTr("Transaction ID") + translationManager.emptyString
|
||||||
labelValue: hash.substring(0, 18) + "..."
|
labelValue: hash.substring(0, 18) + "..."
|
||||||
copyValue: hash
|
copyValue: hash
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user