From 20c1ed005ee97e734b5e8effd0a4fa1b852ce521 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 22 May 2023 09:49:20 +0200 Subject: [PATCH] Removing warning --- .../eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml index 8c5fa9a..f869177 100644 --- a/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml +++ b/LogarithmPlotter/qml/eu/ad5001/LogarithmPlotter/ObjectLists/Editor/Dialog.qml @@ -61,8 +61,6 @@ Popup.BaseDialog { minimumHeight: Math.max(450,dlgProperties.height + margin*4 + 30) maximumHeight: minimumHeight - // Disable closing on return/enter, causing issues with autocomplete. - // onActionChosen: if(action.key == Qt.Key_Enter || action.key == Qt.Key_Return) action.accepted = false Item { anchors { top: parent.top; @@ -77,7 +75,7 @@ Popup.BaseDialog { Column { id: dlgProperties - anchors.top: dlgTitle.bottom + anchors.top: parent.top width: objEditor.width - 20 spacing: 10