From 5814c19962e713782ebf9c0dcb218058f697ab36 Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Mon, 3 Oct 2016 00:46:06 +0200 Subject: [PATCH] Fixed overlapping clipboard icons on recieve page --- components/LineEdit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }