diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 598cc6bc..9f7f68a3 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -411,7 +411,7 @@ Controls2.ApplicationWindow { | |||
411 | //END Notification | 411 | //END Notification |
412 | 412 | ||
413 | //BEGIN Search | 413 | //BEGIN Search |
414 | Controls2.Popup { | 414 | Kube.Popup { |
415 | id: search | 415 | id: search |
416 | 416 | ||
417 | width: app.width * 0.6 | 417 | width: app.width * 0.6 |
@@ -424,7 +424,8 @@ Controls2.ApplicationWindow { | |||
424 | focus: true | 424 | focus: true |
425 | 425 | ||
426 | RowLayout { | 426 | RowLayout { |
427 | anchors.fill: parent | 427 | anchors.centerIn: parent |
428 | width: parent.width | ||
428 | 429 | ||
429 | Controls2.TextField { | 430 | Controls2.TextField { |
430 | id: searchField | 431 | id: searchField |