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 /components | |
parent | 679a4e57903e339ec8255df55ec2ca4e322c6a9c (diff) | |
download | kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.tar.gz kube-76f88cf7ae2688ac3d1b4ff118cfbc78d9555112.zip |
new icon for logview
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 344dbdc7..c73d5bfa 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -232,7 +232,7 @@ Controls2.ApplicationWindow { | |||
232 | 232 | ||
233 | Kube.IconButton { | 233 | Kube.IconButton { |
234 | id: logButton | 234 | id: logButton |
235 | iconName: Kube.Icons.error_inverted | 235 | iconName: Kube.Icons.info_inverted |
236 | onClicked: kubeViews.setLogView() | 236 | onClicked: kubeViews.setLogView() |
237 | activeFocusOnTab: true | 237 | activeFocusOnTab: true |
238 | checkable: true | 238 | checkable: true |