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 9f7f68a3..dedd13f1 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -433,7 +433,7 @@ Controls2.ApplicationWindow { | |||
433 | placeholderText: "Search... is not available in this beta" | 433 | placeholderText: "Search... is not available in this beta" |
434 | } | 434 | } |
435 | 435 | ||
436 | Controls2.Button { | 436 | Kube.Button { |
437 | text: "Go" | 437 | text: "Go" |
438 | 438 | ||
439 | onClicked: { | 439 | onClicked: { |