diff --git a/apps/wizard/methodselectionpage.cpp b/apps/wizard/methodselectionpage.cpp index 1c80608a17..4447cb60f7 100644 --- a/apps/wizard/methodselectionpage.cpp +++ b/apps/wizard/methodselectionpage.cpp @@ -23,6 +23,11 @@ Wizard::MethodSelectionPage::MethodSelectionPage(QWidget* parent) buyLinkButton->released(); #endif + QFont font = existingLocationRadioButton->font(); + font.setBold(true); + existingLocationRadioButton->setFont(font); + retailDiscRadioButton->setFont(font); + registerField(QLatin1String("installation.retailDisc"), retailDiscRadioButton); connect(buyLinkButton, &QPushButton::released, this, &MethodSelectionPage::handleBuyButton); diff --git a/apps/wizard/ui/methodselectionpage.ui b/apps/wizard/ui/methodselectionpage.ui index ed6f91159d..61bf81433f 100644 --- a/apps/wizard/ui/methodselectionpage.ui +++ b/apps/wizard/ui/methodselectionpage.ui @@ -22,9 +22,6 @@ - - font-weight:bold; - Retail CD/DVD @@ -81,9 +78,6 @@ - - font-weight:bold - Existing Installation