aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--homescreen/qml/background.qml4
-rw-r--r--homescreen/qml/bottompanel.qml5
-rw-r--r--homescreen/qml/toppanel.qml5
3 files changed, 6 insertions, 8 deletions
diff --git a/homescreen/qml/background.qml b/homescreen/qml/background.qml
index c2bb309..a60d27e 100644
--- a/homescreen/qml/background.qml
+++ b/homescreen/qml/background.qml
@@ -1,5 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: background
diff --git a/homescreen/qml/bottompanel.qml b/homescreen/qml/bottompanel.qml
index a859418..f1f3ca2 100644
--- a/homescreen/qml/bottompanel.qml
+++ b/homescreen/qml/bottompanel.qml
@@ -1,6 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
-import QtQuick.Controls 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: bottompanel
diff --git a/homescreen/qml/toppanel.qml b/homescreen/qml/toppanel.qml
index 957b957..2109564 100644
--- a/homescreen/qml/toppanel.qml
+++ b/homescreen/qml/toppanel.qml
@@ -1,6 +1,5 @@
-import QtQuick 2.13
-import QtQuick.Window 2.13
-import QtQuick.Controls 2.13
+import QtQuick 2.11
+import QtQuick.Window 2.11
Window {
id: toppanel