mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Fixed widget margins
This commit is contained in:
@ -9,6 +9,7 @@ AuthenticationWidget::AuthenticationWidget(QWidget *parent) : QWidget(parent)
|
||||
QFormLayout *layout = new QFormLayout();
|
||||
layout->addRow(tr("Username:"), _username);
|
||||
layout->addRow(tr("Password:"), _password);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
setLayout(layout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user