Wrap error label on login page

fixes #30
This commit is contained in:
Nicolas Werner 2020-02-25 01:51:21 +01:00
parent 1eb2869fa8
commit 5115339636
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ LoginPage::LoginPage(QWidget *parent)
error_label_ = new QLabel(this);
error_label_->setFont(font);
error_label_->setWordWrap(true);
top_layout_->addLayout(top_bar_layout_);
top_layout_->addStretch(1);