From 71b8f65dbb0d50e6545242f65a568a22c85f0fae Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 7 Apr 2017 09:54:17 +0200 Subject: Consistently give focus to popups In all cases we want the popup to receive keyboard focus when it's open, as all our popups are basically modal. We also want the popup to normally close when clicking somewhere else, including the parent button. The one exception is the composer where we disable the close on click outside because that would risk loosing a written mail on an accidental click. --- components/kube/contents/ui/Kube.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index dedd13f1..41e970c6 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -420,9 +420,6 @@ Controls2.ApplicationWindow { x: app.width * 0.2 y: app.height * 0.2 - modal: true - focus: true - RowLayout { anchors.centerIn: parent width: parent.width -- cgit v1.2.3