summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--applications/kmail-quick/package/contents/ui/FolderListView.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/applications/kmail-quick/package/contents/ui/FolderListView.qml b/applications/kmail-quick/package/contents/ui/FolderListView.qml
index b7d91253..d1a158db 100644
--- a/applications/kmail-quick/package/contents/ui/FolderListView.qml
+++ b/applications/kmail-quick/package/contents/ui/FolderListView.qml
@@ -31,7 +31,7 @@ Item {
31 id: searchBox 31 id: searchBox
32 32
33 width: root.width 33 width: root.width
34 height: unit.size * 12 34 height: unit.size * 10
35 35
36 TextField { 36 TextField {
37 anchors. centerIn: parent 37 anchors. centerIn: parent
@@ -39,7 +39,6 @@ Item {
39 width: parent.width * 0.9 39 width: parent.width * 0.9
40 40
41 placeholderText: "Search all email..." 41 placeholderText: "Search all email..."
42
43 } 42 }
44 } 43 }
45 44
@@ -67,7 +66,7 @@ Item {
67 enabled: true 66 enabled: true
68 67
69 onClicked: { 68 onClicked: {
70 mailList.folderId.loadMailFolder(model.id) 69 mailList.loadMailFolder(model.id)
71 } 70 }
72 71
73 PlasmaCore.IconItem { 72 PlasmaCore.IconItem {