This commit is contained in:
Pietro Gagliardi 2018-06-08 21:45:30 -04:00
parent 41d63bd0cf
commit 71a310909d
1 changed files with 1 additions and 3 deletions

View File

@ -198,9 +198,7 @@ static void uiTableMinimumSize(uiWindowsControl *c, int *width, int *height)
uiWindowsSizingDlgUnitsToPixels(&sizing, &x, &y);
*width = x;
*height = y;
}'
$ TODO ===================
}
static struct columnParams *appendColumn(uiTable *t, const char *name, int colfmt)
{