mirror of
https://github.com/muesli/telephant
synced 2025-02-16 11:48:22 +00:00
Use default PopUp close-policy
This commit is contained in:
parent
3136b936db
commit
f2e92deb04
4 changed files with 0 additions and 4 deletions
|
@ -12,7 +12,6 @@ Popup {
|
|||
width: Math.min(mainWindow.width * 0.8, 600)
|
||||
height: mainWindow.height * 0.8
|
||||
anchors.centerIn: mainWindow.overlay
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -12,7 +12,6 @@ Popup {
|
|||
width: Math.min(mainWindow.width * 0.8, 600)
|
||||
height: mainWindow.height * 0.8
|
||||
anchors.centerIn: mainWindow.overlay
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -13,7 +13,6 @@ Popup {
|
|||
height: Math.min(mainWindow.height * 0.8, layout.implicitHeight + 32)
|
||||
width: Math.min(mainWindow.width * 0.66, 500)
|
||||
anchors.centerIn: mainWindow.overlay
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
Flickable {
|
||||
id: flickable
|
||||
|
|
|
@ -13,7 +13,6 @@ Popup {
|
|||
height: Math.min(mainWindow.height * 0.8, layout.implicitHeight + 32)
|
||||
width: Math.min(mainWindow.width * 0.66, 500)
|
||||
anchors.centerIn: mainWindow.overlay
|
||||
closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent
|
||||
|
||||
Flickable {
|
||||
id: flickable
|
||||
|
|
Loading…
Add table
Reference in a new issue