From 1974c42f9372b09f7b9c6a85fec01e8dfab15092 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 24 Apr 2016 18:40:25 +0200 Subject: move search to the toolbar as discussed with VDG --- components/package/contents/ui/FolderListView.qml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) (limited to 'components/package') 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 { property variant currentFolder SystemPalette { id: colorPalette; colorGroup: SystemPalette.Active } - Item { - id: searchBox - - width: root.width - height: Unit.size * 10 - - TextField { - anchors. centerIn: parent - - width: parent.width * 0.9 - - placeholderText: "Search all email..." - } - } - Rectangle { - anchors { - top: searchBox.bottom - left: parent.left - right: parent.right - bottom: parent.bottom - } + anchors.fill: parent + color: "white" ScrollView { anchors.fill: parent -- cgit v1.2.3