diff --git a/Source/Core/DolphinQt/Settings/SlippiPane.cpp b/Source/Core/DolphinQt/Settings/SlippiPane.cpp index 470d5cc215..0c7b8269cc 100644 --- a/Source/Core/DolphinQt/Settings/SlippiPane.cpp +++ b/Source/Core/DolphinQt/Settings/SlippiPane.cpp @@ -69,7 +69,7 @@ void SlippiPane::CreateLayout() m_main_layout->addWidget(online_settings); m_delay_spin = new QSpinBox(); - m_delay_spin->setFixedSize(35, 25); + m_delay_spin->setFixedSize(45, 25); m_delay_spin->setRange(1, 9); m_delay_spin->setToolTip(tr("Leave this at 2 unless consistently playing on 120+ ping. " "Increasing this can cause unplayable input delay, and lowering it "