diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-08 14:30:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-06-08 14:30:15 +0200 |
commit | d97715f71c04c22a8803472dd48a9e9ef2a1f53b (patch) | |
tree | 4a58b8b34e17b65b2061fcbe5e0bbe793e59556c /framework/qml/Icons.qml | |
parent | 55d17efe983ed3720f3e6f2e1ab04b6dedd28191 (diff) | |
download | kube-d97715f71c04c22a8803472dd48a9e9ef2a1f53b.tar.gz kube-d97715f71c04c22a8803472dd48a9e9ef2a1f53b.zip |
make attachment delegate slimmer and give it a save icon
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 74627457..67362cf3 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -55,6 +55,7 @@ Item { | |||
55 | 55 | ||
56 | property string addNew: "list-add-new" | 56 | property string addNew: "list-add-new" |
57 | property string folder: "folder" | 57 | property string folder: "folder" |
58 | property string save_inverted: "document-save-inverted" | ||
58 | 59 | ||
59 | } | 60 | } |
60 | 61 | ||