diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-19 16:51:08 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-19 16:51:08 +0200 |
commit | 383fd8e26df252e77c26a5de6616bf9574773161 (patch) | |
tree | d4831ba9c6699182ef085939a33423976c05394c /framework/qml/Icons.qml | |
parent | 02e41615a0442ca5c678b4b1131afd12742d6824 (diff) | |
download | kube-383fd8e26df252e77c26a5de6616bf9574773161.tar.gz kube-383fd8e26df252e77c26a5de6616bf9574773161.zip |
Calendar color as part of combobox
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 df3baead..f40ff9b0 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -62,6 +62,7 @@ Item { | |||
62 | property string goDown_inverted: "go-down-inverted" | 62 | property string goDown_inverted: "go-down-inverted" |
63 | property string goUp: "go-up" | 63 | property string goUp: "go-up" |
64 | property string checkbox: "checkbox" | 64 | property string checkbox: "checkbox" |
65 | property string checkbox_inverted: "checkbox-inverted" | ||
65 | property string password_show: "password-show-on" | 66 | property string password_show: "password-show-on" |
66 | property string password_hide: "password-show-off" | 67 | property string password_hide: "password-show-off" |
67 | property string secure: "document-encrypt" | 68 | property string secure: "document-encrypt" |