in reply to How do I space out each radio button horizontally in Perl/Tk

almost all the widgets are paddable

Use  use Tk::WidgetDump; $mw>WidgetDump; $mw->MainLoop(); and examine the labels in widgetdump, change the padding, see if you like the results