diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-10 19:52:05 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | f262ce520978fa406e6531ffc9a8464a14a3a722 (patch) | |
| tree | 71c838057f4fcf897c093292ecec748f4176e189 /components/LineEditMulti.qml | |
| parent | be9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e (diff) | |
| download | monzero-gui-f262ce520978fa406e6531ffc9a8464a14a3a722.tar.gz monzero-gui-f262ce520978fa406e6531ffc9a8464a14a3a722.tar.xz monzero-gui-f262ce520978fa406e6531ffc9a8464a14a3a722.zip | |
Finishing up on the settings page for now and modified some QML components
Diffstat (limited to 'components/LineEditMulti.qml')
| -rw-r--r-- | components/LineEditMulti.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LineEditMulti.qml b/components/LineEditMulti.qml index 91078e24..6c9dcf7a 100644 --- a/components/LineEditMulti.qml +++ b/components/LineEditMulti.qml @@ -71,7 +71,7 @@ ColumnLayout { LabelButton { id: copyButtonId - visible: copyButton + visible: copyButton && multiLine.text !== "" text: qsTr("Copy") anchors.right: labelButton.visible ? inputLabel.right : parent.right anchors.rightMargin: labelButton.visible? 4 : 0 |
