diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 14:36:23 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 14:36:23 +0200 |
commit | c3dea5138a463ccd77751e9f083070beeeca54e1 (patch) | |
tree | 17527b16fe4df2dff155fa6a25d92430de7664c5 | |
parent | b60acf988721c902388b2ff800106a6880e06106 (diff) | |
download | kube-c3dea5138a463ccd77751e9f083070beeeca54e1.tar.gz kube-c3dea5138a463ccd77751e9f083070beeeca54e1.zip |
use Kube.button in search
-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: { |