diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-09-04 11:15:55 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-09-04 11:45:23 +0200 |
| commit | 94e3d984527514f8c140403ad7ded1cc2d069e0b (patch) | |
| tree | 5b31d3d212a0055a14009aaf90eb965fe45c7661 | |
| parent | ccb1f360837535f0567ba03da07f90f796a3f6e5 (diff) | |
| download | monzero-gui-94e3d984527514f8c140403ad7ded1cc2d069e0b.tar.gz monzero-gui-94e3d984527514f8c140403ad7ded1cc2d069e0b.tar.xz monzero-gui-94e3d984527514f8c140403ad7ded1cc2d069e0b.zip | |
Increased left margin for the amount text
| -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 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() |
