This commit is contained in:
parent
d8534d1e0d
commit
20c1ed005e
1 changed files with 1 additions and 3 deletions
|
@ -61,8 +61,6 @@ Popup.BaseDialog {
|
||||||
minimumHeight: Math.max(450,dlgProperties.height + margin*4 + 30)
|
minimumHeight: Math.max(450,dlgProperties.height + margin*4 + 30)
|
||||||
maximumHeight: minimumHeight
|
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 {
|
Item {
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top;
|
top: parent.top;
|
||||||
|
@ -77,7 +75,7 @@ Popup.BaseDialog {
|
||||||
|
|
||||||
Column {
|
Column {
|
||||||
id: dlgProperties
|
id: dlgProperties
|
||||||
anchors.top: dlgTitle.bottom
|
anchors.top: parent.top
|
||||||
width: objEditor.width - 20
|
width: objEditor.width - 20
|
||||||
spacing: 10
|
spacing: 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue