diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:20:47 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:20:47 +0200 |
commit | d549f1ba32c391490abe34251ef60bb59df39f98 (patch) | |
tree | 78dd7815df8675a9ba97d96425323dafcfff41fd /components | |
parent | 872bb7b30eeba9147f7b029fd88456679eb9f854 (diff) | |
download | kube-d549f1ba32c391490abe34251ef60bb59df39f98.tar.gz kube-d549f1ba32c391490abe34251ef60bb59df39f98.zip |
introduce Kube.Popup
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 |