aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
authorJacob Brydolf <jacob@rabash.se>2016-10-03 00:46:06 +0200
committerIlya Kitaev <mbg033@gmail.com>2016-10-10 00:15:17 +0300
commit5814c19962e713782ebf9c0dcb218058f697ab36 (patch)
treef8295e617df8f74ed7ef8eca2241df5e1089c5f3 /components/LineEdit.qml
parentcd1247c2923b954512eb90aaaadc0e2e41be9cbc (diff)
downloadmonzero-gui-5814c19962e713782ebf9c0dcb218058f697ab36.tar.gz
monzero-gui-5814c19962e713782ebf9c0dcb218058f697ab36.tar.xz
monzero-gui-5814c19962e713782ebf9c0dcb218058f697ab36.zip
Fixed overlapping clipboard icons on recieve page
Diffstat (limited to 'components/LineEdit.qml')
-rw-r--r--components/LineEdit.qml2
1 files changed, 1 insertions, 1 deletions
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
}
}