changeset 1783 | 169ebeefd7ab |
parent 1782 | e7589e37a6d6 |
child 1784 | dfe9bafb4590 |
--- a/QTfrontend/gamecfgwidget.cpp Sat Jan 31 15:39:53 2009 +0000 +++ b/QTfrontend/gamecfgwidget.cpp Sat Jan 31 15:44:07 2009 +0000 @@ -80,7 +80,7 @@ SB_SuddenDeath->setValue(15); SB_SuddenDeath->setSingleStep(3); - SB_CaseProb = new QSpinBox(GBoxOptions); + SB_CaseProb = new FreqSpinBox(GBoxOptions); SB_CaseProb->setRange(0, 9); SB_CaseProb->setValue(5);