From 56fc38301bdf53fc9c2ade67dcc591ddfb9a84ec Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 1 Jun 2015 16:16:01 -0400 Subject: [PATCH] More TODOs. --- redo/windows/datetimepicker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/windows/datetimepicker.c b/redo/windows/datetimepicker.c index 2cff197f..9c6e3cc0 100644 --- a/redo/windows/datetimepicker.c +++ b/redo/windows/datetimepicker.c @@ -18,7 +18,7 @@ static uintptr_t datetimepickerHandle(uiControl *c) } // TODO -// TODO use DTM_GETIDEALSIZE when making Vista-only +// TODO DTM_GETIDEALSIZE results in something too big // from http://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing #define entryWidth 107 /* this is actually the shorter progress bar width, but Microsoft only indicates as wide as necessary */ #define entryHeight 14