← Back to team overview

kicad-developers team mailing list archive

Eeschema toolbar button padding.

 

Someone added the following code to all of the Eeschema toolbars:

SetToolBorderPadding(2); // padding
SetToolSeparation(0);

but none of the other app window toolbars have this (pcbnew, gerbview,
cvpcb).  I removed it and I cannot see any difference in the Eeschema
toolbars.  If no one can justify why this code was added to the Eeschema
toolbars, I'm going to remove it for the sake of consistency with the
other app toolbars.


Follow ups