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