diff options
Diffstat (limited to 'framework/qml/HelpPopup.qml')
-rw-r--r-- | framework/qml/HelpPopup.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/HelpPopup.qml b/framework/qml/HelpPopup.qml index b1fe75a6..37f06cf5 100644 --- a/framework/qml/HelpPopup.qml +++ b/framework/qml/HelpPopup.qml | |||
@@ -32,7 +32,7 @@ Kube.Popup { | |||
32 | 32 | ||
33 | modal: true | 33 | modal: true |
34 | parent: ApplicationWindow.overlay | 34 | parent: ApplicationWindow.overlay |
35 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent | 35 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutside |
36 | x: (parent.width - width)/2 | 36 | x: (parent.width - width)/2 |
37 | y: Kube.Units.largeSpacing | 37 | y: Kube.Units.largeSpacing |
38 | width: parent.width / 2 | 38 | width: parent.width / 2 |