diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-05 20:48:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-05 20:48:42 -0400 |
| commit | b8bf4f28b68ac5e571b0a63f1b3b4ec5b175c1ae (patch) | |
| tree | a12257512e4d37284c940f5afda88f27380362c1 | |
| parent | 1744b08dd8841723ee267b943e4fda7a921d85e2 (diff) | |
More TODOs.
| -rw-r--r-- | redo/basicctrls.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go index b9265f9..3f036ef 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -88,6 +88,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 (TODO currently basic Control only? recheck Stack/Grid code) is undefined. +// Both types of labels currently are left-aligned (TODO). type Label interface { Control |
