diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-20 20:17:58 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-11-20 20:17:58 +0100 |
commit | e7865a6131ff518aa11d2f01730102e7df69cb7d (patch) | |
tree | 1815f7a5a522592b5a1063ed5cbb5508cee00f56 | |
parent | bc4098085303bf9e912614b7fa26e99dd2042025 (diff) | |
download | kube-e7865a6131ff518aa11d2f01730102e7df69cb7d.tar.gz kube-e7865a6131ff518aa11d2f01730102e7df69cb7d.zip |
add settings toolbutton
-rw-r--r-- | applications/kmail-quick/package/contents/ui/main.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/kmail-quick/package/contents/ui/main.qml b/applications/kmail-quick/package/contents/ui/main.qml index 4996f969..30d1e471 100644 --- a/applications/kmail-quick/package/contents/ui/main.qml +++ b/applications/kmail-quick/package/contents/ui/main.qml | |||
@@ -42,6 +42,14 @@ ApplicationWindow { | |||
42 | iconName: "mail-message-new" | 42 | iconName: "mail-message-new" |
43 | } | 43 | } |
44 | } | 44 | } |
45 | |||
46 | ToolButton { | ||
47 | |||
48 | anchors.right: parent.right | ||
49 | |||
50 | //FIXME: proper item name | ||
51 | iconName: "applications-system" | ||
52 | } | ||
45 | } | 53 | } |
46 | 54 | ||
47 | SplitView { | 55 | SplitView { |