summary refs log tree commit diff
path: root/src/LoginPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LoginPage.cpp')
-rw-r--r--src/LoginPage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LoginPage.cpp b/src/LoginPage.cpp

index 00a5b964..477b58fb 100644 --- a/src/LoginPage.cpp +++ b/src/LoginPage.cpp
@@ -40,6 +40,7 @@ LoginPage::LoginPage(QWidget *parent) top_bar_layout_ = new QHBoxLayout(); top_bar_layout_->setSpacing(0); + top_bar_layout_->setContentsMargins(0, 0, 0, 0); back_button_ = new FlatButton(this); back_button_->setMinimumSize(QSize(30, 30));