diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-20 00:54:21 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-01-20 00:54:21 +0100 |
commit | 3b80c9362af0aef2c27fd784b53d7662997d4cb3 (patch) | |
tree | 527ffc8bfcd93c64329aa8e2b9ca028c11a6184e | |
parent | 5c9f8236e4b8fe26c4267bdc8a31ab4e02c2ebd3 (diff) | |
download | kube-3b80c9362af0aef2c27fd784b53d7662997d4cb3.tar.gz kube-3b80c9362af0aef2c27fd784b53d7662997d4cb3.zip |
make search popup modal
-rw-r--r-- | components/mail/contents/ui/main.qml | 4 |
1 files changed, 4 insertions, 0 deletions
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 { | |||
288 | x: app.width * 0.2 | 288 | x: app.width * 0.2 |
289 | y: app.height * 0.2 | 289 | y: app.height * 0.2 |
290 | 290 | ||
291 | modal: true | ||
292 | focus: true | ||
293 | |||
291 | RowLayout { | 294 | RowLayout { |
292 | anchors.fill: parent | 295 | anchors.fill: parent |
296 | |||
293 | Controls2.TextField { | 297 | Controls2.TextField { |
294 | Layout.fillWidth: true | 298 | Layout.fillWidth: true |
295 | placeholderText: "Search... is not available in this beta" | 299 | placeholderText: "Search... is not available in this beta" |