summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-26 03:53:10 -0400
committerPietro Gagliardi <[email protected]>2014-06-26 03:53:10 -0400
commita68ce7f94a73d408fce404d2049067b1aa82337b (patch)
treeac8587424dd3dcb55cd2d8ca692a562624684585
parent1dd344b2f8a3e50e59cf3e0238f02fcf44707018 (diff)
More TODOs.
-rw-r--r--todo.md1
1 files changed, 1 insertions, 0 deletions
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)