diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 13:56:21 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 14:34:32 -0600 |
commit | 699958ee8d39176da230fa6193cd7c91e08b5165 (patch) | |
tree | ebf7895545d29babc22179e57db9d24de88ca433 /components | |
parent | 001e863e345cedaa8c292c522de83cb87616360f (diff) | |
download | kube-699958ee8d39176da230fa6193cd7c91e08b5165.tar.gz kube-699958ee8d39176da230fa6193cd7c91e08b5165.zip |
Standard ListDelegate onClicked handler
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 { |