mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 10:19:01 +00:00
fix: increase width of delay frames combobox for visibility
This commit is contained in:
parent
8ebc8b6ad7
commit
092cae65be
1 changed files with 1 additions and 1 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue