diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 1 | ||||
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 1bf1406b..02af63c1 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -148,7 +148,6 @@ 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.view.currentIndex = index | ||
152 | 151 | ||
153 | Item { | 152 | Item { |
154 | id: content | 153 | id: content |
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index c2fe2472..d5f9f710 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -57,7 +57,6 @@ 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 | ||
61 | Kube.Label { | 60 | Kube.Label { |
62 | id: description | 61 | id: description |
63 | anchors { | 62 | anchors { |