From ebf07dccfa04b2f693dffa76e4643938bd6ef50f Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Fri, 26 May 2023 18:05:05 +0200 Subject: [PATCH] Disabling interactive thanks dialog. --- .../qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml index 80a0c2d..bb152e3 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/Popup/ThanksTo.qml @@ -53,6 +53,7 @@ BaseDialog { width: parent.width //height: parent.height implicitHeight: contentItem.childrenRect.height + interactive: false model: ListModel { Component.onCompleted: { @@ -135,6 +136,7 @@ BaseDialog { model: authors width: parent.width - 10 implicitHeight: contentItem.childrenRect.height + interactive: false delegate: Item { id: libAuthor @@ -191,6 +193,7 @@ BaseDialog { anchors.left: parent.left width: parent.width implicitHeight: contentItem.childrenRect.height + interactive: false spacing: 3 @@ -292,6 +295,7 @@ BaseDialog { model: authors width: parent.width - 10 implicitHeight: contentItem.childrenRect.height + interactive: false delegate: Item { id: tranAuthor