Make room settings pane scrollable

The new Base/ButtonLayout components will be used in the near future to
refactor other HBox-based components
This commit is contained in:
miruka
2020-06-05 05:42:12 -04:00
parent 48faac9a32
commit 3314489a26
16 changed files with 165 additions and 77 deletions

View File

@@ -175,7 +175,7 @@ Rectangle {
}
FlickShortcuts {
active: ! mainUI.debugConsole.visible
active: chat.composerHasFocus
flickable: eventList
}