diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 13:15:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 13:15:11 -0400 |
| commit | c187aa59b951b623f8156dac76b3396e133cfd05 (patch) | |
| tree | 0a367247a2caccc6cda6658cf74265ed2cf3b82e /redo/basicctrls.go | |
| parent | acbe70b4e5688df23e04ac0e55d8515252a52275 (diff) | |
Moved TODO about Labels to mergeback/grid.go; will worry when Grids become a thing again.
Diffstat (limited to 'redo/basicctrls.go')
| -rw-r--r-- | redo/basicctrls.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/basicctrls.go b/redo/basicctrls.go index d20b9b0..3eb7d66 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -91,7 +91,6 @@ type Label interface { // NewLabel creates a new Label with the given text. // The Label will smartly vertically position itself relative to the control to its immediate right. -// TODO Grids on GTK+ will not respect this unless SetFilling() func NewLabel(text string) Label { return newLabel(text) } |
