Allow quick hiding/expanding of RoomSidePane

by clicking the button corresponding to the currently active view
This commit is contained in:
miruka
2019-05-13 12:01:57 -04:00
parent 125a70bea6
commit 645aa73183
3 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ HRectangle {
id: roomSidePane
property bool collapsed: false
property var activeView: null
HColumnLayout {
anchors.fill: parent