diff options
Diffstat (limited to 'applications/kmail-quick/package/contents/ui/main.qml')
-rw-r--r-- | applications/kmail-quick/package/contents/ui/main.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/applications/kmail-quick/package/contents/ui/main.qml b/applications/kmail-quick/package/contents/ui/main.qml index c614cdb3..75e781fc 100644 --- a/applications/kmail-quick/package/contents/ui/main.qml +++ b/applications/kmail-quick/package/contents/ui/main.qml | |||
@@ -36,7 +36,7 @@ ApplicationWindow { | |||
36 | SplitView { | 36 | SplitView { |
37 | anchors.fill: parent | 37 | anchors.fill: parent |
38 | 38 | ||
39 | Rectangle { | 39 | FolderListView { |
40 | id: folderList | 40 | id: folderList |
41 | 41 | ||
42 | width: unit.width * 100 | 42 | width: unit.width * 100 |
@@ -46,7 +46,7 @@ ApplicationWindow { | |||
46 | color: "green" | 46 | color: "green" |
47 | } | 47 | } |
48 | 48 | ||
49 | Rectangle { | 49 | MailListView { |
50 | id: mailList | 50 | id: mailList |
51 | 51 | ||
52 | width: unit.width * 150 | 52 | width: unit.width * 150 |
@@ -56,7 +56,7 @@ ApplicationWindow { | |||
56 | color: "red" | 56 | color: "red" |
57 | } | 57 | } |
58 | 58 | ||
59 | Rectangle { | 59 | SingleMailView { |
60 | id: mailView | 60 | id: mailView |
61 | 61 | ||
62 | Layout.fillWidth: true | 62 | Layout.fillWidth: true |