Heya folks,
I'm sure I'm doing something wrong, I just don't know what it is.
I have the following:
defaultSpec
������ ^ SpecColumnLayout composed
������ ������ newColumn: [ :col |
������ ������ ������ col
������ ������ ������ ������ add: #sideBar;
������ ������ ������ ������ add: #listView ];
������ ������ yourself
In the resulting window, I get the widgets stacked one on top of the
other, and I expected them to be next to each other (two columns in a row.)
What am I missing?
Thanks!
-Steven