diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-02 15:22:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-02 15:22:31 -0400 |
| commit | 9903fd624c3be9982b9572a181894a5c922fafaa (patch) | |
| tree | b6d2218c5dd952c2185ea488c59a33b4c0047bc0 /label.go | |
| parent | 812d547a5a8e916515b9634dcbd960160e54f2a6 (diff) | |
Properly left-aligned Labels in GTK+. Also added a note to decide on/document/verify vertical alignment of Labels.
Diffstat (limited to 'label.go')
| -rw-r--r-- | label.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
