diff options
| author | Jacob Brydolf <jacob@rabash.se> | 2016-10-03 00:46:06 +0200 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:15:17 +0300 |
| commit | 5814c19962e713782ebf9c0dcb218058f697ab36 (patch) | |
| tree | f8295e617df8f74ed7ef8eca2241df5e1089c5f3 /components/LineEdit.qml | |
| parent | cd1247c2923b954512eb90aaaadc0e2e41be9cbc (diff) | |
| download | monzero-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.qml | 2 |
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 } } |
