mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
parent
2818480120
commit
101bf47443
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ ChatPage::ChatPage(QSharedPointer<MatrixClient> client, QWidget *parent)
|
|||
|
||||
// SideBar
|
||||
sideBar_ = new QFrame(this);
|
||||
sideBar_->setMinimumSize(QSize(ui::sidebar::NormalSize, parent->height()));
|
||||
sideBar_->setMinimumWidth(ui::sidebar::NormalSize);
|
||||
sideBarLayout_ = new QVBoxLayout(sideBar_);
|
||||
sideBarLayout_->setSpacing(0);
|
||||
sideBarLayout_->setMargin(0);
|
||||
|
|
Loading…
Reference in a new issue