mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-16 10:17:25 -04:00
Merge pull request #3601
d8f9d2f Transfer: fix fee label alignment (selsta)
This commit is contained in:
@@ -708,7 +708,8 @@ Rectangle {
|
|||||||
|
|
||||||
MoneroComponents.TextPlain {
|
MoneroComponents.TextPlain {
|
||||||
id: feeLabel
|
id: feeLabel
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignBottom
|
||||||
|
Layout.bottomMargin: 11
|
||||||
font.family: MoneroComponents.Style.fontRegular.name
|
font.family: MoneroComponents.Style.fontRegular.name
|
||||||
font.pixelSize: 14
|
font.pixelSize: 14
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
|
|||||||
Reference in New Issue
Block a user