X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8aa528db54735f2a37dd6556a7b548e6e30fada2..d1d738f18c7dbcc58604b6f3ba73ceebef656dc2:/src/generic/renderg.cpp diff --git a/src/generic/renderg.cpp b/src/generic/renderg.cpp index 31314d11b8..3fefc8eba4 100644 --- a/src/generic/renderg.cpp +++ b/src/generic/renderg.cpp @@ -209,11 +209,11 @@ wxRendererGeneric::GetSplitterParams(const wxWindow *win) if ( win->HasFlag(wxSP_3D) ) { sashWidth = 7; - border = 3; + border = 2; } else // no 3D effect { - sashWidth = 2; + sashWidth = 3; border = 0; }