From 092cae65bece11ac6c0bfa7415c4ce58b95209a7 Mon Sep 17 00:00:00 2001 From: Nikhil Narayana Date: Sat, 1 Jun 2024 12:24:36 -0700 Subject: [PATCH] fix: increase width of delay frames combobox for visibility --- Source/Core/DolphinQt/Settings/SlippiPane.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "