Launcher: pull in cell margins a little on non-Mac

This commit is contained in:
Jon Evans 2021-02-14 13:52:42 -05:00
parent 53571bf742
commit bd71a6e496
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ constexpr int ICON_PADDING = 5;
constexpr int CELL_MARGINS = 0;
#else
constexpr int ICON_PADDING = 5;
constexpr int CELL_MARGINS = 5;
constexpr int CELL_MARGINS = 3;
#endif
PANEL_KICAD_LAUNCHER::PANEL_KICAD_LAUNCHER( wxWindow* aParent ) :