More test stuff. More TODOs.
This commit is contained in:
parent
167ea85f6e
commit
38c10ed990
|
@ -53,6 +53,14 @@ BOOL firstvert = YES;
|
|||
[hbox tAddControl:button stretchy:NO];
|
||||
[box tAddControl:hbox stretchy:NO];
|
||||
|
||||
// TODO this isn't stretchy in the proper order
|
||||
hbox = [[tBox alloc] tInitVertical:!firstvert];
|
||||
spinbox = [[tSpinbox alloc] init];
|
||||
[hbox tAddControl:spinbox stretchy:NO];
|
||||
spinbox = [[tSpinbox alloc] init];
|
||||
[hbox tAddControl:spinbox stretchy:YES];
|
||||
[box tAddControl:hbox stretchy:NO];
|
||||
|
||||
[mainwin tShow];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue