mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
updateCardCount to get white color in initializer
This commit is contained in:
parent
1640262e8d
commit
5a416ce6e6
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ CardAmountWidget::CardAmountWidget(QWidget *parent,
|
|||
adjustFontSize(this->cardSizeSlider->value());
|
||||
incrementButton->setFixedSize(parentWidget()->size().width() / 3, parentWidget()->size().height() / 9);
|
||||
decrementButton->setFixedSize(parentWidget()->size().width() / 3, parentWidget()->size().height() / 9);
|
||||
updateCardCount();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue