From c10ea09be56a1945c9025afaaf0c98b7c37657e7 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 16 Nov 2016 18:09:02 +0100 Subject: make accountswitcher a qqc2 popup --- components/mail/contents/ui/main.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components/mail/contents') 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 @@ import QtQuick 2.7 import QtQuick.Controls 1.3 import QtQuick.Layouts 1.1 + +import QtQuick.Controls 2.0 as Controls2 + import org.kde.kirigami 1.0 as Kirigami import org.kube.framework.actions 1.0 as KubeAction @@ -27,7 +30,7 @@ import org.kube.framework.settings 1.0 as KubeSettings import org.kube.framework.domain 1.0 as KubeFramework import org.kube.components 1.0 as KubeComponents -ApplicationWindow { +Controls2.ApplicationWindow { id: app //FIXME remove fixed pixel hight -- cgit v1.2.3