Launcher: pull in cell margins a little on non-Mac
This commit is contained in:
parent
53571bf742
commit
bd71a6e496
|
@ -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 ) :
|
||||
|
|
Loading…
Reference in New Issue