diff options
Diffstat (limited to 'components/mail/contents/ui/main.qml')
-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" |