diff options
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/main.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index 405458c6..c891ea5f 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml | |||
@@ -20,6 +20,9 @@ | |||
20 | import QtQuick 2.7 | 20 | import QtQuick 2.7 |
21 | import QtQuick.Controls 1.3 | 21 | import QtQuick.Controls 1.3 |
22 | import QtQuick.Layouts 1.1 | 22 | import QtQuick.Layouts 1.1 |
23 | |||
24 | import QtQuick.Controls 2.0 as Controls2 | ||
25 | |||
23 | import org.kde.kirigami 1.0 as Kirigami | 26 | import org.kde.kirigami 1.0 as Kirigami |
24 | 27 | ||
25 | import org.kube.framework.actions 1.0 as KubeAction | 28 | import org.kube.framework.actions 1.0 as KubeAction |
@@ -27,7 +30,7 @@ import org.kube.framework.settings 1.0 as KubeSettings | |||
27 | import org.kube.framework.domain 1.0 as KubeFramework | 30 | import org.kube.framework.domain 1.0 as KubeFramework |
28 | import org.kube.components 1.0 as KubeComponents | 31 | import org.kube.components 1.0 as KubeComponents |
29 | 32 | ||
30 | ApplicationWindow { | 33 | Controls2.ApplicationWindow { |
31 | id: app | 34 | id: app |
32 | 35 | ||
33 | //FIXME remove fixed pixel hight | 36 | //FIXME remove fixed pixel hight |