From 86e2c93af3d1a00a32208bead160b88af6114cb5 Mon Sep 17 00:00:00 2001
From: Pietro Gagliardi <pietro10@mac.com>
Date: Wed, 25 Jun 2014 18:28:09 -0400
Subject: [PATCH] More TODOs.

---
 todo.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/todo.md b/todo.md
index f854ce8..c2e3c93 100644
--- a/todo.md
+++ b/todo.md
@@ -1,3 +1,11 @@
+ALL:
+- vertical alignment of labels is a botch right now
+	- windows: unilaterally applied; not much tow orry about here though
+	- gtk: mostly fine, just that list box labels need to be top-aligned
+	- os x: very very wrong
+	- will need to make yoff a function of a control and its neighbor to the right for this to work
+		- on gtk+ the yoff function will need to do the text alignment
+
 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)
 	- asked: http://stackoverflow.com/questions/23046414/cocoa-how-do-i-get-nscombobox-indexofselecteditem-to-return-1-if-the-user-m