mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed widget margins
This commit is contained in:
parent
988ea7d952
commit
22b691252f
@ -9,6 +9,7 @@ AuthenticationWidget::AuthenticationWidget(QWidget *parent) : QWidget(parent)
|
|||||||
QFormLayout *layout = new QFormLayout();
|
QFormLayout *layout = new QFormLayout();
|
||||||
layout->addRow(tr("Username:"), _username);
|
layout->addRow(tr("Username:"), _username);
|
||||||
layout->addRow(tr("Password:"), _password);
|
layout->addRow(tr("Password:"), _password);
|
||||||
|
layout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user