summaryrefslogtreecommitdiffstats
path: root/src/loginform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/loginform.cpp')
-rw-r--r--src/loginform.cpp2
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