Oops
This commit is contained in:
parent
41d63bd0cf
commit
71a310909d
|
@ -198,9 +198,7 @@ static void uiTableMinimumSize(uiWindowsControl *c, int *width, int *height)
|
||||||
uiWindowsSizingDlgUnitsToPixels(&sizing, &x, &y);
|
uiWindowsSizingDlgUnitsToPixels(&sizing, &x, &y);
|
||||||
*width = x;
|
*width = x;
|
||||||
*height = y;
|
*height = y;
|
||||||
}'
|
}
|
||||||
|
|
||||||
$ TODO ===================
|
|
||||||
|
|
||||||
static struct columnParams *appendColumn(uiTable *t, const char *name, int colfmt)
|
static struct columnParams *appendColumn(uiTable *t, const char *name, int colfmt)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue