diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-11-16 10:41:43 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-11-16 10:41:43 +0100 |
commit | 76f88cf7ae2688ac3d1b4ff118cfbc78d9555112 (patch) | |
tree | 08b8d929819afbb2cef651756d9d516f9a3637fe /framework/qml | |
parent | 679a4e57903e339ec8255df55ec2ca4e322c6a9c (diff) | |
download | kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.tar.gz kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.zip |
new icon for logview
Diffstat (limited to 'framework/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 9ac35834..8cb28e86 100644 --- a/framework/qml/Icons.qml +++ b/framework/qml/Icons.qml | |||
@@ -23,6 +23,7 @@ import QtQuick 2.7 | |||
23 | 23 | ||
24 | Item { | 24 | Item { |
25 | property string error: "error" | 25 | property string error: "error" |
26 | property string info_inverted: "kdocumentinfo-inverted" | ||
26 | property string error_inverted: "error-inverted" | 27 | property string error_inverted: "error-inverted" |
27 | property string busy: "view-refresh" | 28 | property string busy: "view-refresh" |
28 | property string busy_inverted: "view-refresh-inverted" | 29 | property string busy_inverted: "view-refresh-inverted" |