More TODOs.

This commit is contained in:
Pietro Gagliardi 2018-06-11 08:01:18 -04:00
parent 0c6e7add01
commit c843f1e62d
1 changed files with 2 additions and 1 deletions

View File

@ -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) */