Skip to content

Commit

Permalink
fix: increase width of delay frames combobox for visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Jun 1, 2024
1 parent 8ebc8b6 commit 092cae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinQt/Settings/SlippiPane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 092cae6

Please sign in to comment.