I just started using textFieldButtonGrp and I can't figure out how to reduce its width, the text field is always the same width making my UI super wide. What is the trick to specifying a width? Here's my simple window.
Did you try using -columnWidth flag for that field....For example add something like -columnWidth3 50 100 20 where the 3 numbers control label filed and button width separately.
Replies
where the 3 numbers control label filed and button width separately.