Removing warning
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ad5001 2023-05-22 09:49:20 +02:00
parent d8534d1e0d
commit 20c1ed005e
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160

View file

@ -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