diff --git a/resources/qml/components/AdaptiveLayout.qml b/resources/qml/components/AdaptiveLayout.qml index 1d44ba90..357a7831 100644 --- a/resources/qml/components/AdaptiveLayout.qml +++ b/resources/qml/components/AdaptiveLayout.qml @@ -4,7 +4,7 @@ import QtQuick 2.12 import QtQuick.Controls 2.5 -import QtQuick.Layouts 1.15 +import QtQuick.Layouts 1.12 import im.nheko 1.0 Container { diff --git a/resources/qml/components/AdaptiveLayoutElement.qml b/resources/qml/components/AdaptiveLayoutElement.qml index 3922e27d..a4aec72e 100644 --- a/resources/qml/components/AdaptiveLayoutElement.qml +++ b/resources/qml/components/AdaptiveLayoutElement.qml @@ -4,7 +4,7 @@ import QtQuick 2.12 import QtQuick.Controls 2.5 -import QtQuick.Layouts 1.15 +import QtQuick.Layouts 1.12 Item { property int minimumWidth: 100