mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
reduce padding in one of the VDD filter settings
This commit is contained in:
parent
d6b79f12b1
commit
7dfe0e6c28
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ VisualDatabaseDisplayRecentSetFilterSettingsWidget::VisualDatabaseDisplayRecentS
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
{
|
{
|
||||||
layout = new QHBoxLayout(this);
|
layout = new QHBoxLayout(this);
|
||||||
|
layout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|
||||||
filterToMostRecentSetsCheckBox = new QCheckBox(this);
|
filterToMostRecentSetsCheckBox = new QCheckBox(this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue