mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
history: fix amount/fee overlap on large amounts
This commit is contained in:
parent
d8f9e7360f
commit
bd07a990fb
@ -320,7 +320,6 @@ ListView {
|
||||
// -- "Amount column
|
||||
Column {
|
||||
anchors.top: parent.top
|
||||
width: 148
|
||||
|
||||
Text {
|
||||
anchors.left: parent.left
|
||||
@ -342,6 +341,7 @@ ListView {
|
||||
}
|
||||
|
||||
Text {
|
||||
id: amountText
|
||||
anchors.bottom: parent.bottom
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 18
|
||||
|
Loading…
Reference in New Issue
Block a user