From a68ce7f94a73d408fce404d2049067b1aa82337b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 03:53:10 -0400 Subject: [PATCH] More TODOs. --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 47856fb..0df8ddd 100644 --- a/todo.md +++ b/todo.md @@ -1,6 +1,7 @@ ALL: - vertical alignment of labels is a botch right now - os x: very very wrong + - grids: currently requires labels to be filling, which might have implications... MAC OS X: - NSComboBox scans the entered text to see if it matches one of the items and returns the index of that item if it does; find out how to suppress this so that it returns -1 unless the item was chosen from the list (like the other platforms)