mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Transfer: fix fee label alignment
This commit is contained in:
parent
b58bff39a0
commit
d8f9d2f160
1 changed files with 2 additions and 1 deletions
|
@ -705,7 +705,8 @@ Rectangle {
|
|||
|
||||
MoneroComponents.TextPlain {
|
||||
id: feeLabel
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
Layout.bottomMargin: 11
|
||||
font.family: MoneroComponents.Style.fontRegular.name
|
||||
font.pixelSize: 14
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
|
|
Loading…
Reference in a new issue