gui: Increase presets message width

This prevents clipping at 200% DPI on Windows.
This commit is contained in:
Jonathan Li 2015-09-05 22:31:53 +01:00
parent e2f1bafeef
commit d87b34ab36
1 changed files with 1 additions and 1 deletions

View File

@ -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();