mirror of https://github.com/PCSX2/pcsx2.git
gui: Increase presets message width
This prevents clipping at 200% DPI on Windows.
This commit is contained in:
parent
e2f1bafeef
commit
d87b34ab36
|
@ -147,7 +147,7 @@ void Dialogs::SysConfigDialog::AddPresetsControl()
|
|||
m_msg_preset->Bold();
|
||||
|
||||
//I'm unable to do without the next 2 rows.. what am I missing?
|
||||
m_msg_preset->SetMinWidth(150);
|
||||
m_msg_preset->SetMinWidth(250);
|
||||
m_msg_preset->Unwrapped();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue