diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:36:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:36:26 +0200 |
commit | fa06f6b769e3e925ed5b2e1f9997ffdeb5096856 (patch) | |
tree | fd30ef9609873df71c371437f4f9c7b6f6bc96cb /components | |
parent | 64a72a36cf69cce4c962b257ea3eab68d16c64fc (diff) | |
download | kube-fa06f6b769e3e925ed5b2e1f9997ffdeb5096856.tar.gz kube-fa06f6b769e3e925ed5b2e1f9997ffdeb5096856.zip |
Use Kube.ListView everywhere
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/AccountsView.qml | 2 | ||||
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 | ||||
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/components/kube/contents/ui/AccountsView.qml b/components/kube/contents/ui/AccountsView.qml index 334549d9..011f77dc 100644 --- a/components/kube/contents/ui/AccountsView.qml +++ b/components/kube/contents/ui/AccountsView.qml | |||
@@ -49,7 +49,7 @@ Rectangle { | |||
49 | onClicked: accountWizard.open() | 49 | onClicked: accountWizard.open() |
50 | } | 50 | } |
51 | 51 | ||
52 | ListView { | 52 | Kube.ListView { |
53 | id: listView | 53 | id: listView |
54 | 54 | ||
55 | anchors { | 55 | anchors { |
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 80bb986f..7b3b3f41 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -107,7 +107,7 @@ Kube.View { | |||
107 | color: Kube.Colors.highlightedTextColor | 107 | color: Kube.Colors.highlightedTextColor |
108 | } | 108 | } |
109 | 109 | ||
110 | ListView { | 110 | Kube.ListView { |
111 | id: listView | 111 | id: listView |
112 | 112 | ||
113 | anchors { | 113 | anchors { |
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index 2d7f9e7a..640921c3 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -36,7 +36,7 @@ Controls.SplitView { | |||
36 | } | 36 | } |
37 | } | 37 | } |
38 | 38 | ||
39 | ListView { | 39 | Kube.ListView { |
40 | id: listView | 40 | id: listView |
41 | anchors { | 41 | anchors { |
42 | margins: Kube.Units.largeSpacing | 42 | margins: Kube.Units.largeSpacing |