summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-14 09:38:12 -0400
committerPietro Gagliardi <[email protected]>2014-08-14 09:38:12 -0400
commitc94a9768226947c1fbfdf7201ebde48302cc74f8 (patch)
tree6f7f7dfbffe3ca94fde31aa959b5669069713ce8 /redo/basicctrls.go
parentd384df97d0538ac46de936c10a4d4d8b91005b17 (diff)
Cleaned up a bunch of TODOs, moving a few to future plans.
Diffstat (limited to 'redo/basicctrls.go')
-rw-r--r--redo/basicctrls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go
index 5c5364d..d20b9b0 100644
--- a/redo/basicctrls.go
+++ b/redo/basicctrls.go
@@ -80,7 +80,7 @@ func NewTab() Tab {
// Label shows one line of text; any text that does not fit is truncated.
// A Label can either have smart vertical alignment relative to the control to its right or just be vertically aligned to the top (standalone).
// The effect of placing a non-standalone Label in any context other than to the immediate left of a Control is undefined.
-// Both types of labels currently are left-aligned (TODO).
+// Both types of labels are left-aligned. [FUTURE PLANS: For platform-specific horizontal alignment rules, use a Form.]
type Label interface {
Control