wxruby-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wxruby-users
On 05/07/2011 20:11, Simon Szustkowski wrote:
Right now it is so that the TextCtrls have the same width as the StaticTexts.
Can you tell me how to expand them horizontally?
Not tested, but I think you ought to specify that the second column of
the FGSizer should take up extra space
settingsRow.add_growable_column(1)
alex