Index: sources/gui/qml/components/StackItem.qml =================================================================== diff -u -rc67cfed33e2ecc3592f6e2137c12af275cecd769 -rf0c8b8720a2e314268445a4a20fe701292026f6f --- sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision c67cfed33e2ecc3592f6e2137c12af275cecd769) +++ sources/gui/qml/components/StackItem.qml (.../StackItem.qml) (revision f0c8b8720a2e314268445a4a20fe701292026f6f) @@ -29,6 +29,9 @@ visible: false + width : Variables.applicationWidth + height: Variables.applicationHeight + /*! * \brief prints out the list of the items in the stack by their index position in the stack. */