OpenGL: Another one

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3339 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson 2009-06-06 17:36:19 +00:00
parent 401ae629d4
commit 8cbe39dc11

View file

@ -258,7 +258,7 @@ void ConfigDialog::CreateGUIControls()
// This option is configured from the main Dolphin.exe settings for _WIN32
#ifndef _WIN32
sBasic->Add(m_HideCursor, wxGBPosition(5, 0), wxGBSpan(1, 3), wxALL, 5);
sBasic->Add(m_HideCursor, wxGBPosition(2, 0), wxGBSpan(1, 4), wxALL, 5);
#endif
sbBasic->Add(sBasic);