From f262ce520978fa406e6531ffc9a8464a14a3a722 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 10 Dec 2017 19:52:05 +0100 Subject: Finishing up on the settings page for now and modified some QML components --- components/LineEditMulti.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/LineEditMulti.qml') 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 -- cgit v1.2.3