mirror of https://github.com/PCSX2/pcsx2.git
Show full descriptions for Speedhacks checkboxes
The "Other Hacks" and "microVU Hacks" checkbox descriptions are truncated in both Windows and Linux. Use sizer flags so the descriptions show up properly.
This commit is contained in:
parent
02077821d4
commit
fb14f81f64
|
@ -197,13 +197,13 @@ Panels::SpeedHacksPanel::SpeedHacksPanel( wxWindow* parent )
|
|||
*m_vuSliderPanel += m_slider_vustealer | sliderFlags;
|
||||
*m_vuSliderPanel += m_msg_vustealer | sliderFlags;
|
||||
|
||||
*vuHacksPanel += m_check_vuFlagHack;
|
||||
*vuHacksPanel += m_check_vuThread;
|
||||
*vuHacksPanel += m_check_vuFlagHack | StdExpand();
|
||||
*vuHacksPanel += m_check_vuThread | StdExpand();
|
||||
//*vuHacksPanel += 57; // Aligns left and right boxes in default language and font size
|
||||
|
||||
*miscHacksPanel += m_check_intc;
|
||||
*miscHacksPanel += m_check_waitloop;
|
||||
*miscHacksPanel += m_check_fastCDVD;
|
||||
*miscHacksPanel += m_check_intc | StdExpand();
|
||||
*miscHacksPanel += m_check_waitloop | StdExpand();
|
||||
*miscHacksPanel += m_check_fastCDVD | StdExpand();
|
||||
|
||||
*left += m_eeSliderPanel | StdExpand();
|
||||
*left += miscHacksPanel | StdExpand();
|
||||
|
|
Loading…
Reference in New Issue