More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-12 00:15:20 -04:00
parent 7f984b29e2
commit db3d67dc2c
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ uiControl *uiNewLabel(const char *text)
c = uiUnixNewControl(GTK_TYPE_LABEL,
FALSE, FALSE,
"label", text,
// TODO TODO TODO TODO TODO
// the presence of this property leads to a segfault on 32-bit linux builds
// is it just this property? or is it more than one property at all? and why?
"xalign", 0,
// TODO yalign 0?
NULL);