mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Reduce padding in settings popup (#6504)
* Reduce padding in settings popup * reduce padding in PrintingSelectors settings * reduce padding in one of the VDD filter settings
This commit is contained in:
parent
ed1115f4c0
commit
21d60ec3f1
3 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ VisualDatabaseDisplayRecentSetFilterSettingsWidget::VisualDatabaseDisplayRecentS
|
|||
: QWidget(parent)
|
||||
{
|
||||
layout = new QHBoxLayout(this);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
|
||||
setLayout(layout);
|
||||
|
||||
filterToMostRecentSetsCheckBox = new QCheckBox(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue