Index: sources/gui/qml/components/StackItem.qml =================================================================== diff -u -r62efc6d8ead9b39b47859fdc9c0661f30b5941d0 -rcd7de5f6d239a11615ba8c6c03339a10996486ca --- sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision 62efc6d8ead9b39b47859fdc9c0661f30b5941d0) +++ sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision cd7de5f6d239a11615ba8c6c03339a10996486ca) @@ -14,7 +14,7 @@ // Qt import QtQuick 2.12 -import QtQuick.Controls 2.12 +import QtQuick.Controls 2.12 // StackView // Project // Qml imports @@ -23,7 +23,7 @@ /*! * \brief The parent container of screens in StackView */ -ScreenItem { id : _root +Item { id : _root property alias stackView: _stackView width : Variables.applicationWidth