From dfb3bd39f1360ed6d0f399b307dd46109744a3e3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 10 Jun 2018 20:18:07 -0400 Subject: [PATCH] Some more TODO work. I might as well try custom drawing text now. --- windows/tableimages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/tableimages.cpp b/windows/tableimages.cpp index 0923f409..a42307b1 100644 --- a/windows/tableimages.cpp +++ b/windows/tableimages.cpp @@ -16,7 +16,7 @@ We'll use the small image list. For this, the first few items will be reserved f // checkboxes TODOs: // - see if we need to get rid of the extra margin in subitems // - get rid of the extra bitmap margin space before text -// - get rid of extra whitespace before text on subitems +// - get rid of extra whitespace before text on subitems (this might not be necessary if we can fill the background of images AND this amount is the same as on the first column; it is a hardcoded 2 logical units in the real list view code) #define nCheckboxImages 4