Index: src_plugins/hid_lesstif/dialogs.c =================================================================== --- src_plugins/hid_lesstif/dialogs.c (revision 11897) +++ src_plugins/hid_lesstif/dialogs.c (revision 11898) @@ -598,7 +598,7 @@ switch(type) { case 'h': /* "hbox" */ stdarg(XmNorientation, XmHORIZONTAL); - stdarg(XmNpacking, XmPACK_COLUMN); + stdarg(XmNpacking, XmPACK_TIGHT); break; case 'v': /* "vbox" */ stdarg(XmNorientation, XmVERTICAL);