fix(ui/views/App/Main/MainWindow): hide content when window is not collapsed

This commit is contained in:
Ronan Abhamon 2017-03-28 10:38:25 +02:00
parent f6210291a1
commit 260e8e39d0

View file

@ -231,6 +231,8 @@ ApplicationWindow {
Layout.fillHeight: true
Layout.fillWidth: true
visible: collapse.collapsed ? 1.0 : 0
source: 'Home.qml'
}
}