mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 17:40:47 +03:00
fix word wraping for matrixid error message
This commit is contained in:
parent
566987bdf9
commit
b00ee2c1c5
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ LoginPage::LoginPage(QWidget *parent)
|
|||
|
||||
error_matrixid_label_ = new QLabel(this);
|
||||
error_matrixid_label_->setFont(font);
|
||||
error_matrixid_label_->setWordWrap(true);
|
||||
|
||||
matrixid_error_layout_ = new QVBoxLayout();
|
||||
matrixid_error_layout_->addWidget(error_matrixid_label_, 0, Qt::AlignHCenter);
|
||||
|
|
Loading…
Reference in a new issue