--- Begin Message ---
Hi Brad,
a quick solution could be to group the first two columns in this way:
WidgetBrad class>>defaultSpec
^ SpecLayout composed
newRow: [ :r |
r newColumn: [ :f |
f
newRow: [ :k |
k
Just about the time I think I have Spec layouts figured out, I stump myself
all over again.
I have a layout that I want to have two variable width columns and one fixed
width column. I have created three columns in a row. When I put a single
widget in each column, then the columns display as eq