Did a patch for OS X. Fixing grid is gonna be FUN.

This commit is contained in:
Pietro Gagliardi 2017-06-11 12:21:49 -04:00
parent 85c39c6cb3
commit c8f4ccc712
1 changed files with 8 additions and 0 deletions

View File

@ -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);