diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-16 18:09:02 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-16 18:09:02 +0100 |
commit | c10ea09be56a1945c9025afaaf0c98b7c37657e7 (patch) | |
tree | ec4e2c21b657193a98d3400674534695a151b0b6 /components/mail | |
parent | 24b23c5373dc0ad26b8d803b1e4ae63cd49e1cd3 (diff) | |
download | kube-c10ea09be56a1945c9025afaaf0c98b7c37657e7.tar.gz kube-c10ea09be56a1945c9025afaaf0c98b7c37657e7.zip |
make accountswitcher a qqc2 popup
Diffstat (limited to 'components/mail')
-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 |