diff --git a/src/MsgPopup.qml b/src/MsgPopup.qml index 92252ae..d4002b7 100644 --- a/src/MsgPopup.qml +++ b/src/MsgPopup.qml @@ -16,7 +16,7 @@ Popup { width: 550 height: msgpopupbody.implicitHeight+150 padding: 0 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside + closePolicy: Popup.CloseOnEscape modal: true property alias title: msgpopupheader.text diff --git a/src/main.qml b/src/main.qml index d644be1..a9fd6f6 100644 --- a/src/main.qml +++ b/src/main.qml @@ -437,7 +437,7 @@ ApplicationWindow { width: parent.width-100 height: parent.height-50 padding: 0 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside + closePolicy: Popup.CloseOnEscape property string hwselected: "" // background of title @@ -537,7 +537,7 @@ ApplicationWindow { width: parent.width-100 height: parent.height-50 padding: 0 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside + closePolicy: Popup.CloseOnEscape property string categorySelected : "" // background of title @@ -934,7 +934,7 @@ ApplicationWindow { width: parent.width-100 height: parent.height-50 padding: 0 - closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside + closePolicy: Popup.CloseOnEscape onClosed: imageWriter.stopDriveListPolling() // background of title