mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Okay, so, people upload a lot of 1 card decks frequently.
This commit is contained in:
parent
c4d1b7064b
commit
f35c5ac2f4
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(1);
|
||||
minDeckSizeSpin->setValue(60);
|
||||
|
||||
// Page number
|
||||
pageLabel = new QLabel(navigationContainer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue