Did a patch for OS X. Fixing grid is gonna be FUN.
This commit is contained in:
parent
85c39c6cb3
commit
c8f4ccc712
|
@ -173,6 +173,14 @@ int main(void)
|
|||
|
||||
// TODO separator (if other stuff isn't a tab)
|
||||
|
||||
// TODO needed for this to be testable on os x without rewriting everything again
|
||||
{
|
||||
int x;
|
||||
|
||||
for (x = 0; x < 10; x++)
|
||||
uiBoxAppend(vbox, uiControl(uiNewEntry()), 0);
|
||||
}
|
||||
|
||||
// TODO other stuff
|
||||
|
||||
area = uiNewArea(&handler);
|
||||
|
|
Loading…
Reference in New Issue