diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 | ||||
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 5b77f37e..b747014e 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -148,7 +148,7 @@ Kube.View { | |||
148 | 148 | ||
149 | color: Kube.Colors.textColor | 149 | color: Kube.Colors.textColor |
150 | border.width: 0 | 150 | border.width: 0 |
151 | onClicked: listView.currentIndex = index | 151 | onClicked: ListView.view.currentIndex = index |
152 | 152 | ||
153 | Item { | 153 | Item { |
154 | id: content | 154 | id: content |
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index d5f9f710..c2fe2472 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -57,6 +57,7 @@ Controls.SplitView { | |||
57 | delegate: Kube.ListDelegate { | 57 | delegate: Kube.ListDelegate { |
58 | border.color: Kube.Colors.buttonColor | 58 | border.color: Kube.Colors.buttonColor |
59 | border.width: 1 | 59 | border.width: 1 |
60 | onClicked: ListView.view.currentIndex = index | ||
60 | Kube.Label { | 61 | Kube.Label { |
61 | id: description | 62 | id: description |
62 | anchors { | 63 | anchors { |