aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/LineEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index 9eb50b04..3a5c2769 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -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()