From d549f1ba32c391490abe34251ef60bb59df39f98 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 13:20:47 +0200 Subject: introduce Kube.Popup --- components/kube/contents/ui/Kube.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'components') 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 { //END Notification //BEGIN Search - Controls2.Popup { + Kube.Popup { id: search width: app.width * 0.6 @@ -424,7 +424,8 @@ Controls2.ApplicationWindow { focus: true RowLayout { - anchors.fill: parent + anchors.centerIn: parent + width: parent.width Controls2.TextField { id: searchField -- cgit v1.2.3