mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 09:33:57 -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);
|
||||
sortToolBar = new QHBoxLayout(this);
|
||||
sortToolBar->setContentsMargins(11, 0, 11, 0);
|
||||
|
||||
sortOptionsSelector = new QComboBox(this);
|
||||
sortOptionsSelector->setFocusPolicy(Qt::StrongFocus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue