summaryrefslogtreecommitdiffstats
path: root/framework/qml/Popup.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-04 17:43:56 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-04 17:43:56 +0200
commit953b3672a82825a0bcc7693d1244f99eac71c5a2 (patch)
treee48b95f78c501ef27ac21118f72dd3348b3585f3 /framework/qml/Popup.qml
parent97c12b25ef860a9cd888c38c31be36895f112c14 (diff)
downloadkube-953b3672a82825a0bcc7693d1244f99eac71c5a2.tar.gz
kube-953b3672a82825a0bcc7693d1244f99eac71c5a2.zip
Revert "Fixed the fixme"
This reverts commit 56020f4335c9ad0c1f0b65690ba264d0b6d2fa3f. This turns the background of the login view transparent on mac os....
Diffstat (limited to 'framework/qml/Popup.qml')
-rw-r--r--framework/qml/Popup.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml
index 599703b9..8ce7916a 100644
--- a/framework/qml/Popup.qml
+++ b/framework/qml/Popup.qml
@@ -17,7 +17,8 @@
17 */ 17 */
18 18
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Templates 2.0 as T 20//FIXME This should really be QtQuick.Templates, but that is crashing with qt 5.7, so we'll have to wait for a bit.
21import QtQuick.Controls 2.0 as T
21import org.kube.framework 1.0 22import org.kube.framework 1.0
22 23
23T.Popup { 24T.Popup {