mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Increased left margin for the amount text
This commit is contained in:
parent
ccb1f36083
commit
94e3d98452
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Item {
|
|||
MoneroComponents.Input {
|
||||
id: input
|
||||
anchors.fill: parent
|
||||
anchors.leftMargin: inlineIcon.visible ? 38 : 0
|
||||
anchors.leftMargin: inlineIcon.visible ? 44 * scaleRatio : 0
|
||||
font.pixelSize: item.fontSize
|
||||
font.bold: item.fontBold
|
||||
onEditingFinished: item.editingFinished()
|
||||
|
|
Loading…
Reference in a new issue