summaryrefslogtreecommitdiffstats
path: root/applications
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2015-12-09 20:19:45 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2015-12-09 20:19:45 +0100
commitf5844425604eede2591b646571016efbaed44597 (patch)
treebe865c5fe36e0a9e031b7f9c360b735fbbef4a12 /applications
parentd148e90c04c4c0f2df290942c7711f159b7ba148 (diff)
downloadkube-f5844425604eede2591b646571016efbaed44597.tar.gz
kube-f5844425604eede2591b646571016efbaed44597.zip
fix typo and adjust size
Diffstat (limited to 'applications')
-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 {