diff options
-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 86f606b4..73238a25 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -404,7 +404,7 @@ Controls2.ApplicationWindow { | |||
404 | anchors.centerIn: parent | 404 | anchors.centerIn: parent |
405 | width: parent.width | 405 | width: parent.width |
406 | 406 | ||
407 | Controls2.TextField { | 407 | Kube.TextField { |
408 | id: searchField | 408 | id: searchField |
409 | Layout.fillWidth: true | 409 | Layout.fillWidth: true |
410 | placeholderText: "Filter... (only applies to the mail list for now)" | 410 | placeholderText: "Filter... (only applies to the mail list for now)" |