diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-10 12:33:25 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-11 22:49:58 +0200 |
commit | d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1 (patch) | |
tree | d10826e537d24cae562846598672ebd23cf9c19e /framework/qml/Icons.qml | |
parent | 3ebfea0d06695187a1e0d2acb40959fa03f6e280 (diff) | |
download | kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.tar.gz kube-d3d1b06c212b289dabee7566ad0d1ac6cd40dfe1.zip |
Added list-add icons
Diffstat (limited to 'framework/qml/Icons.qml')
-rw-r--r-- | framework/qml/Icons.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/Icons.qml b/framework/qml/Icons.qml index 67362cf3..e3272eb8 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -53,7 +53,7 @@ Item { | |||
53 | property string goDown_inverted: "go-down-inverted" | 53 | property string goDown_inverted: "go-down-inverted" |
54 | property string goUp: "go-down" | 54 | property string goUp: "go-down" |
55 | 55 | ||
56 | property string addNew: "list-add-new" | 56 | property string addNew: "list-add" |
57 | property string folder: "folder" | 57 | property string folder: "folder" |
58 | property string save_inverted: "document-save-inverted" | 58 | property string save_inverted: "document-save-inverted" |
59 | 59 | ||