summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-26 03:56:44 -0400
committerPietro Gagliardi <[email protected]>2014-06-26 03:56:44 -0400
commitdd305141fd9c4a8564926d3b9638891187a4fe04 (patch)
tree1e30a542430eb0fc1a89d2f97aaf652174e4475f
parenta68ce7f94a73d408fce404d2049067b1aa82337b (diff)
More TODOs.
-rw-r--r--todo.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.md b/todo.md
index 0df8ddd..e1de4fe 100644
--- a/todo.md
+++ b/todo.md
@@ -1,7 +1,8 @@
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...
+ - grids: currently requires labels to be filling for this to work
+ - won't cause any issues, just an inconvenience that should be addressed
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)