Index: trunk/src_plugins/dialogs/dlg_padstack.c =================================================================== --- trunk/src_plugins/dialogs/dlg_padstack.c (revision 26544) +++ trunk/src_plugins/dialogs/dlg_padstack.c (revision 26545) @@ -797,7 +797,22 @@ /* Tab 1: prototype */ PCB_DAD_BEGIN_VBOX(dlg); PCB_DAD_BEGIN_VBOX(dlg); - PCB_DAD_LABEL(dlg, "Settings that affect all padstacks with the same prototype"); + + PCB_DAD_BEGIN_HBOX(dlg); + PCB_DAD_COMPFLAG(dlg, PCB_HATF_EXPFILL); + PCB_DAD_LABEL(dlg, "Settings that affect all padstacks with the same prototype"); + PCB_DAD_BEGIN_VBOX(dlg); + PCB_DAD_COMPFLAG(dlg, PCB_HATF_EXPFILL); + PCB_DAD_END(dlg); + PCB_DAD_BEGIN_HBOX(dlg); + PCB_DAD_COMPFLAG(dlg, PCB_HATF_FRAME); + PCB_DAD_LABEL(dlg, "Prototype name:"); + PCB_DAD_STRING(dlg); + PCB_DAD_CHANGE_CB(dlg, pse_chg_prname); + pse->prname = PCB_DAD_CURRENT(dlg); + PCB_DAD_END(dlg); + PCB_DAD_END(dlg); + PCB_DAD_COMPFLAG(dlg, PCB_HATF_FRAME); PCB_DAD_LABEL(dlg, "Pad geometry per layer type:"); PCB_DAD_BEGIN_TABLE(dlg, 5); @@ -832,14 +847,6 @@ } PCB_DAD_END(dlg); - PCB_DAD_BEGIN_HBOX(dlg); - PCB_DAD_COMPFLAG(dlg, PCB_HATF_FRAME); - PCB_DAD_LABEL(dlg, "Prototype name:"); - PCB_DAD_STRING(dlg); - PCB_DAD_CHANGE_CB(dlg, pse_chg_prname); - pse->prname = PCB_DAD_CURRENT(dlg); - PCB_DAD_END(dlg); - PCB_DAD_LABEL(dlg, "Hole properties:"); pse->hole_header = PCB_DAD_CURRENT(dlg);