mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 04:43:56 -07:00
reduce padding in PrintingSelectors settings
This commit is contained in:
parent
8fca7d6058
commit
d6b79f12b1
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ PrintingSelectorCardSortingWidget::PrintingSelectorCardSortingWidget(PrintingSel
|
||||||
{
|
{
|
||||||
setMinimumWidth(300);
|
setMinimumWidth(300);
|
||||||
sortToolBar = new QHBoxLayout(this);
|
sortToolBar = new QHBoxLayout(this);
|
||||||
|
sortToolBar->setContentsMargins(11, 0, 11, 0);
|
||||||
|
|
||||||
sortOptionsSelector = new QComboBox(this);
|
sortOptionsSelector = new QComboBox(this);
|
||||||
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
|
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue