mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Update initial min deck size value.
This commit is contained in:
parent
c469182070
commit
e0f14ed28d
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ TabArchidekt::TabArchidekt(TabSupervisor *_tabSupervisor) : Tab(_tabSupervisor)
|
|||
|
||||
minDeckSizeSpin = new QSpinBox(navigationContainer);
|
||||
minDeckSizeSpin->setRange(1, 200);
|
||||
minDeckSizeSpin->setValue(50);
|
||||
minDeckSizeSpin->setValue(1);
|
||||
|
||||
// Page number
|
||||
pageSpin = new QSpinBox(navigationContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue