temp solution to make room settings usable

make mx_fadable not do anything anymore, and make room settings
full size.

Room settings haven't been designed yet, so all of this will
have a full pass when we have a go at it.
This commit is contained in:
Bruno Windels 2018-11-26 17:58:51 +01:00
parent 231d8fff6e
commit 887defda9c
6 changed files with 25 additions and 16 deletions

View file

@ -1666,6 +1666,7 @@ module.exports = React.createClass({
const auxPanel = (
<AuxPanel ref="auxPanel" room={this.state.room}
fullHeight={this.state.editingRoomSettings}
userId={MatrixClientPeg.get().credentials.userId}
conferenceHandler={this.props.ConferenceHandler}
draggingFile={this.state.draggingFile}