More pinmap spacing adjustments for MSW.
This commit is contained in:
parent
8c68857f02
commit
ebc0d47239
|
@ -75,7 +75,7 @@ void PANEL_SETUP_PINMAP::ResetPanel()
|
||||||
#elif __WXGTK3__
|
#elif __WXGTK3__
|
||||||
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, 0 ) // TODO: needs testing...
|
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, 0 ) // TODO: needs testing...
|
||||||
#else
|
#else
|
||||||
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, -2 )
|
#define COL_LABEL_PLATFORM_FUDGE wxPoint( 0, 2 )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void PANEL_SETUP_PINMAP::reBuildMatrixPanel()
|
void PANEL_SETUP_PINMAP::reBuildMatrixPanel()
|
||||||
|
|
Loading…
Reference in New Issue