More TODOs.
This commit is contained in:
parent
475326b111
commit
6e7a74928d
|
@ -82,6 +82,7 @@ uiWindowsControlAllDefaultsExceptDestroy(uiColorButton)
|
|||
// from http://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing
|
||||
#define buttonHeight 14
|
||||
|
||||
// TODO check widths
|
||||
static void uiColorButtonMinimumSize(uiWindowsControl *c, intmax_t *width, intmax_t *height)
|
||||
{
|
||||
uiColorButton *b = uiColorButton(c);
|
||||
|
|
Loading…
Reference in New Issue