diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-19 02:42:46 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:03 +0100 |
| commit | 57a9508849f36c7cda513df98e478babbc3e6cb3 (patch) | |
| tree | 53ff925c28f13593fb065bad24c5801e454a1bb6 /components/LineEdit.qml | |
| parent | 49770494251a318da37849f1c628f25edaf94483 (diff) | |
| download | monzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.tar.gz monzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.tar.xz monzero-gui-57a9508849f36c7cda513df98e478babbc3e6cb3.zip | |
Receive page; modified subaddress table
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 f488790d..f5e8a478 100644 --- a/components/LineEdit.qml +++ b/components/LineEdit.qml @@ -131,7 +131,7 @@ Item { id: inputItem height: inputHeight * scaleRatio anchors.top: showingHeader ? inputLabel.bottom : parent.top - anchors.topMargin: showingHeader ? 12 * scaleRatio : 2 + anchors.topMargin: showingHeader ? 12 * scaleRatio : 2 * scaleRatio width: parent.width Text { |
