diff --git a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp index 55c5149cbf..c38bdaefa1 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.cpp @@ -527,7 +527,9 @@ void GFXConfigDialogOGL::CreateGUIControls() InitializeGUITooltips(); Fit(); - Center(); +#ifndef __APPLE__ + Center(); //it seems to cause problems on macs with small screens +#endif UpdateGUI(); }