diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-20 18:39:42 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-20 18:39:42 +0100 |
commit | c927d170fdc1bf89a6a1a049eec04c0d2f440b05 (patch) | |
tree | 0fdc9fa5b5f3f508347913da114124b6ec0b278e | |
parent | 3dbb8aabc6576b1ff2c4b371822d555e2bb4f666 (diff) | |
download | kube-c927d170fdc1bf89a6a1a049eec04c0d2f440b05.tar.gz kube-c927d170fdc1bf89a6a1a049eec04c0d2f440b05.zip |
add toolbuttons
-rw-r--r-- | applications/kmail-quick/package/contents/ui/main.qml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/kmail-quick/package/contents/ui/main.qml b/applications/kmail-quick/package/contents/ui/main.qml index 4d53aa08..4996f969 100644 --- a/applications/kmail-quick/package/contents/ui/main.qml +++ b/applications/kmail-quick/package/contents/ui/main.qml | |||
@@ -31,6 +31,17 @@ ApplicationWindow { | |||
31 | 31 | ||
32 | toolBar: ToolBar { | 32 | toolBar: ToolBar { |
33 | 33 | ||
34 | Row { | ||
35 | anchors.fill: parent | ||
36 | |||
37 | ToolButton { | ||
38 | iconName: "mail-receive" | ||
39 | } | ||
40 | |||
41 | ToolButton { | ||
42 | iconName: "mail-message-new" | ||
43 | } | ||
44 | } | ||
34 | } | 45 | } |
35 | 46 | ||
36 | SplitView { | 47 | SplitView { |