aboutsummaryrefslogtreecommitdiff
path: root/components/LineEditMulti.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-10 19:52:05 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:02 +0100
commitf262ce520978fa406e6531ffc9a8464a14a3a722 (patch)
tree71c838057f4fcf897c093292ecec748f4176e189 /components/LineEditMulti.qml
parentbe9cb8931c9bfe9fccf9d4ec7060dc467a1a6c8e (diff)
downloadmonzero-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.qml2
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