mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
94d8d3217c
commit
995a09a2a6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue