mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #1932
27285d0
HistoryTable: fix time alignment (selsta)
This commit is contained in:
commit
ed760cfc82
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ ListView {
|
|||
anchors.left: dateLabel.right
|
||||
anchors.leftMargin: 7 * scaleRatio
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: 3 * scaleRatio
|
||||
anchors.topMargin: 1 * scaleRatio
|
||||
font.pixelSize: 12 * scaleRatio
|
||||
text: time
|
||||
color: "#808080"
|
||||
|
|
Loading…
Reference in a new issue