diff options
Diffstat (limited to 'views/search/qml/View.qml')
-rw-r--r-- | views/search/qml/View.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/search/qml/View.qml b/views/search/qml/View.qml index 437b0ba2..d63f6d1f 100644 --- a/views/search/qml/View.qml +++ b/views/search/qml/View.qml | |||
@@ -19,14 +19,14 @@ | |||
19 | 19 | ||
20 | 20 | ||
21 | import QtQuick 2.7 | 21 | import QtQuick 2.7 |
22 | import QtQuick.Controls 1.3 | 22 | import QtQuick.Controls 1.3 as Controls1 |
23 | import QtQuick.Controls 2.0 as Controls2 | 23 | import QtQuick.Controls 2.0 as Controls2 |
24 | import QtQuick.Layouts 1.1 | 24 | import QtQuick.Layouts 1.1 |
25 | 25 | ||
26 | import org.kube.framework 1.0 as Kube | 26 | import org.kube.framework 1.0 as Kube |
27 | 27 | ||
28 | FocusScope { | 28 | FocusScope { |
29 | SplitView { | 29 | Controls1.SplitView { |
30 | anchors.fill: parent | 30 | anchors.fill: parent |
31 | ColumnLayout { | 31 | ColumnLayout { |
32 | width: Kube.Units.gridUnit * 18 | 32 | width: Kube.Units.gridUnit * 18 |