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