DolphinQt: Remove MappingButton bold/italic text indication.

This commit is contained in:
Jordan Woyak
2025-01-17 23:05:11 -06:00
parent d8cf835f07
commit ae72a781d4
3 changed files with 3 additions and 22 deletions

View File

@ -313,7 +313,7 @@ QGroupBox* MappingWidget::CreateControlsBox(const QString& name, ControllerEmu::
void MappingWidget::CreateControl(const ControllerEmu::Control* control, QFormLayout* layout,
bool indicator)
{
auto* const button = new MappingButton(this, control->control_ref.get(), indicator);
auto* const button = new MappingButton(this, control->control_ref.get());
button->setMinimumWidth(100);
button->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);