More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-05-16 14:00:37 -04:00
parent 475326b111
commit 6e7a74928d
1 changed files with 1 additions and 0 deletions

View File

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