From 9903fd624c3be9982b9572a181894a5c922fafaa Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 2 Jun 2014 15:22:31 -0400 Subject: Properly left-aligned Labels in GTK+. Also added a note to decide on/document/verify vertical alignment of Labels. --- label.go | 1 + 1 file changed, 1 insertion(+) (limited to 'label.go') 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 -- cgit v1.2.3