Increased left margin for the amount text

pull/2/head
Sander Ferdinand 6 years ago
parent ccb1f36083
commit 94e3d98452

@ -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()