summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-31 14:29:44 +0100
committerSimon Rettberg2023-01-31 14:29:44 +0100
commitdfac2c520b6f994fa55c382a10812d9da1582872 (patch)
treecbabd1711cb34d39a9eae4283ef8461372e6ebed
parentTry to force roomplan size (diff)
downloadslxgreeter-dfac2c520b6f994fa55c382a10812d9da1582872.tar.gz
slxgreeter-dfac2c520b6f994fa55c382a10812d9da1582872.tar.xz
slxgreeter-dfac2c520b6f994fa55c382a10812d9da1582872.zip
Only force frame height
-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