gui: Use full dialog width for Enable Speedhacks text

The "Enable Speedhacks" description on the Emulation Settings dialog
now uses the entire dialog width instead of word wrapping at the
half-way point.
This commit is contained in:
Jonathan Li 2015-08-24 01:05:10 +01:00
parent 94d8d3217c
commit 995a09a2a6
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ Panels::SpeedHacksPanel::SpeedHacksPanel( wxWindow* parent )
*s_table+= left | pxExpand;
*s_table+= right | pxExpand;
*this += m_check_Enable;
*this += m_check_Enable | StdExpand();
*this += new wxStaticLine( this ) | pxExpand.Border(wxLEFT | wxRIGHT, 20);
*this += StdPadding;
*this += s_table | pxExpand;