summaryrefslogtreecommitdiff
path: root/redo/basicctrls.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/basicctrls.go')
-rw-r--r--redo/basicctrls.go1
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)
}