pcsx2: Add StaticLine between Zoom and Disable window resize border.

This commit is contained in:
lightningterror 2018-11-22 06:19:15 +01:00
parent 57a90e5fa5
commit ee89fa5eec
1 changed files with 2 additions and 0 deletions

View File

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