Increase the minimum modal size
This commit is contained in:
parent
aa2f6ce77d
commit
05547086fb
4 changed files with 25 additions and 9 deletions
|
|
@ -332,8 +332,7 @@ MainWindow::openMemberListDialog(const QString &room_id)
|
|||
{
|
||||
const auto roomToSearch = room_id.isEmpty() ? chat_page_->currentRoom() : "";
|
||||
|
||||
modal_->setWidget(new dialogs::MemberList(roomToSearch, this));
|
||||
modal_->show();
|
||||
showTransparentOverlayModal(new dialogs::MemberList(roomToSearch, this));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue