diff --git a/UIs/BeetRoundWidgets/dialogs/newitemdialog.cpp b/UIs/BeetRoundWidgets/dialogs/newitemdialog.cpp index d30b2e8..3ac1490 100644 --- a/UIs/BeetRoundWidgets/dialogs/newitemdialog.cpp +++ b/UIs/BeetRoundWidgets/dialogs/newitemdialog.cpp @@ -139,7 +139,7 @@ void NewItemDialog::resetContent() { m_firstNameEdit->setText(""); m_shareTypeBox->setCurrentIndex(0); m_amountSpinBox->setValue(1); - m_biddingTypeBox->setCurrentIndex(0); + m_biddingTypeBox->setCurrentIndex(4); m_bidding1SpinBox->setValue(0); m_bidding2SpinBox->setValue(0); m_bidding3SpinBox->setValue(0);