diff options
-rw-r--r-- | src/loginform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/loginform.cpp b/src/loginform.cpp index c282898..21fe823 100644 --- a/src/loginform.cpp +++ b/src/loginform.cpp @@ -139,6 +139,7 @@ void LoginForm::initialize() ui->iconLabel->setPixmap(pixmap); ui->iconLabel->setFixedSize(pixmap.size()); + ui->frame->setFixedSize(pixmap.size()); ui->leaveComboBox->setView(new QListView()); // This is required to get the stylesheet to apply |