diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-08 14:04:39 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-08 14:04:39 +0100 |
commit | 03c8b1623d9edbf52ceff2993883a2d08e273d82 (patch) | |
tree | bd777fd61528ba58292560a6725bf9a5b24ee7e2 /applications | |
parent | 0f4d2d2851737278dfcb765ff9946fbb62a3bd9e (diff) | |
download | kube-03c8b1623d9edbf52ceff2993883a2d08e273d82.tar.gz kube-03c8b1623d9edbf52ceff2993883a2d08e273d82.zip |
add toolbar
Diffstat (limited to 'applications')
-rw-r--r-- | applications/kmail-quick/package/contents/ui/main.qml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/applications/kmail-quick/package/contents/ui/main.qml b/applications/kmail-quick/package/contents/ui/main.qml index a8746dd8..c614cdb3 100644 --- a/applications/kmail-quick/package/contents/ui/main.qml +++ b/applications/kmail-quick/package/contents/ui/main.qml | |||
@@ -29,6 +29,10 @@ ApplicationWindow { | |||
29 | 29 | ||
30 | visible: true | 30 | visible: true |
31 | 31 | ||
32 | toolBar: ToolBar { | ||
33 | |||
34 | } | ||
35 | |||
32 | SplitView { | 36 | SplitView { |
33 | anchors.fill: parent | 37 | anchors.fill: parent |
34 | 38 | ||
@@ -40,8 +44,7 @@ ApplicationWindow { | |||
40 | Layout.minimumWidth: unit.width * 50 | 44 | Layout.minimumWidth: unit.width * 50 |
41 | 45 | ||
42 | color: "green" | 46 | color: "green" |
43 | 47 | } | |
44 | } | ||
45 | 48 | ||
46 | Rectangle { | 49 | Rectangle { |
47 | id: mailList | 50 | id: mailList |