diff options
Diffstat (limited to 'components/package/contents/ui/FolderListView.qml')
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index e41220f5..62960fb9 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -30,28 +30,9 @@ Item { | |||
30 | property variant currentFolder | 30 | property variant currentFolder |
31 | SystemPalette { id: colorPalette; colorGroup: SystemPalette.Active } | 31 | SystemPalette { id: colorPalette; colorGroup: SystemPalette.Active } |
32 | 32 | ||
33 | Item { | ||
34 | id: searchBox | ||
35 | |||
36 | width: root.width | ||
37 | height: Unit.size * 10 | ||
38 | |||
39 | TextField { | ||
40 | anchors. centerIn: parent | ||
41 | |||
42 | width: parent.width * 0.9 | ||
43 | |||
44 | placeholderText: "Search all email..." | ||
45 | } | ||
46 | } | ||
47 | |||
48 | Rectangle { | 33 | Rectangle { |
49 | anchors { | 34 | anchors.fill: parent |
50 | top: searchBox.bottom | 35 | |
51 | left: parent.left | ||
52 | right: parent.right | ||
53 | bottom: parent.bottom | ||
54 | } | ||
55 | color: "white" | 36 | color: "white" |
56 | ScrollView { | 37 | ScrollView { |
57 | anchors.fill: parent | 38 | anchors.fill: parent |