summaryrefslogtreecommitdiff
path: root/label.go
diff options
context:
space:
mode:
Diffstat (limited to 'label.go')
-rw-r--r--label.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/label.go b/label.go
index 74bc0f7..e07dc47 100644
--- a/label.go
+++ b/label.go
@@ -8,6 +8,7 @@ import (
// A Label is a static line of text used to mark other controls.
// Label text is drawn on a single line; text that does not fit is truncated.
+// TODO vertical alignment
type Label struct {
lock sync.Mutex
created bool