From c843f1e62d3febe39d24952fcf5ebaafb970b855 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 Jun 2018 08:01:18 -0400 Subject: [PATCH] More TODOs. --- windows/table.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/table.cpp b/windows/table.cpp index bfb9751e..32c60244 100644 --- a/windows/table.cpp +++ b/windows/table.cpp @@ -253,7 +253,8 @@ uiWindowsControlAllDefaultsExceptDestroy(uiTable) // "columns widths that avoid truncated data x an integral number of items" // Don't think that'll cut it when some cells have overlong data (eg // stupidly long URLs). So for now, just hardcode a minimum. -// TODO: Investigate using LVM_GETHEADER/HDM_LAYOUT here... +// TODO Investigate using LVM_GETHEADER/HDM_LAYOUT here +// TODO investigate using LVM_APPROXIMATEVIEWRECT here #define tableMinWidth 107 /* in line with other controls */ #define tableMinHeight (14 * 3) /* header + 2 lines (roughly) */