mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
HistoryTable: fix time alignment
This commit is contained in:
parent
c7f3deb5cc
commit
27285d04dd
@ -216,7 +216,7 @@ ListView {
|
|||||||
anchors.left: dateLabel.right
|
anchors.left: dateLabel.right
|
||||||
anchors.leftMargin: 7 * scaleRatio
|
anchors.leftMargin: 7 * scaleRatio
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: 3 * scaleRatio
|
anchors.topMargin: 1 * scaleRatio
|
||||||
font.pixelSize: 12 * scaleRatio
|
font.pixelSize: 12 * scaleRatio
|
||||||
text: time
|
text: time
|
||||||
color: "#808080"
|
color: "#808080"
|
||||||
|
Loading…
Reference in New Issue
Block a user