_askDialog->setUrl(url);
}
- QString msg = tr("You have been logged out of %1 as user %2. Please login again")
- .arg(_account->displayName(), _user);
+ QString msg = tr("You have been logged out of %1 as user %2. Please login again.")
+ .arg(_account->displayName(), _user);
_askDialog->setInfo(msg);
_askDialog->show();
_layout->setSpacing(0);
_layout->setMargin(0);
- if(_useFlow2) {
- _headerBanner = new HeaderBanner(this);
- _layout->addWidget(_headerBanner);
- Theme *theme = Theme::instance();
- _headerBanner->setup(tr("Log in"), theme->wizardHeaderLogo(), theme->wizardHeaderBanner(),
- Qt::AutoText, QString::fromLatin1("color:#fff;"));
- }
-
_containerLayout = new QVBoxLayout(this);
_containerLayout->setSpacing(spacing);
_containerLayout->setMargin(margin);
_infoLabel = new QLabel();
+ _infoLabel->setAlignment(Qt::AlignCenter);
_containerLayout->addWidget(_infoLabel);
if (_useFlow2) {