mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
Merge pull request #377
bd07a99
history: fix amount/fee overlap on large amounts (Jaquee)
This commit is contained in:
commit
1ced5e34b6
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,6 @@ ListView {
|
||||||
// -- "Amount column
|
// -- "Amount column
|
||||||
Column {
|
Column {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
width: 148
|
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
@ -368,6 +367,7 @@ ListView {
|
||||||
}
|
}
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
id: amountText
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
|
|
Loading…
Reference in a new issue