More pinmap spacing adjustments for MSW.

This commit is contained in:
Jeff Young 2020-10-18 14:20:03 +01:00
parent 8c68857f02
commit ebc0d47239
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void PANEL_SETUP_PINMAP::ResetPanel()
#elif __WXGTK3__
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, 0 ) // TODO: needs testing...
#else
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, -2 )
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, 2 )
#endif
void PANEL_SETUP_PINMAP::reBuildMatrixPanel()