diff --git a/components/LineEdit.qml b/components/LineEdit.qml index 81786881..296c0c98 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -56,7 +56,7 @@ Item { id: input anchors.fill: parent anchors.leftMargin: 4 - anchors.rightMargin: 4 + anchors.rightMargin: 30 font.pixelSize: parent.fontSize } }