From 8cbe39dc11358e454ef20834912be8518646e458 Mon Sep 17 00:00:00 2001 From: John Peterson Date: Sat, 6 Jun 2009 17:36:19 +0000 Subject: [PATCH] OpenGL: Another one git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3339 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp index 8b5dddb74a..7e9adbc424 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp @@ -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);