mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Add StaticLine between Zoom and Disable window resize border.
This commit is contained in:
parent
57a90e5fa5
commit
ee89fa5eec
|
@ -118,6 +118,8 @@ Panels::GSWindowSettingsPanel::GSWindowSettingsPanel( wxWindow* parent )
|
|||
s_vsync += m_combo_vsync | pxAlignRight;
|
||||
|
||||
*this += s_AspectRatio | StdExpand();
|
||||
*this += new wxStaticLine( this ) | StdExpand();
|
||||
|
||||
*this += m_check_SizeLock;
|
||||
*this += m_check_HideMouse;
|
||||
*this += m_check_CloseGS;
|
||||
|
|
Loading…
Reference in New Issue