From 3b80c9362af0aef2c27fd784b53d7662997d4cb3 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Fri, 20 Jan 2017 00:54:21 +0100 Subject: make search popup modal --- components/mail/contents/ui/main.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/mail/contents/ui/main.qml') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 4cc5972e..2afac750 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -288,8 +288,12 @@ Controls2.ApplicationWindow { x: app.width * 0.2 y: app.height * 0.2 + modal: true + focus: true + RowLayout { anchors.fill: parent + Controls2.TextField { Layout.fillWidth: true placeholderText: "Search... is not available in this beta" -- cgit v1.2.3