summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 19:10:09 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 19:10:09 -0500
commita95e63003d9d80e569dc5ec0070668d79bc44d23 (patch)
treef303b5d2c00a4f51390e3560c1c3e5ad8de9ef0c
parentd55b2a9d18f1e92ebe1e70b3b3e49ed3a6a872b8 (diff)
More documentation fixups.
-rw-r--r--grid.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.go b/grid.go
index 78d1f2e..9622c59 100644
--- a/grid.go
+++ b/grid.go
@@ -10,7 +10,7 @@ import (
// All Controls in a Grid maintain their preferred sizes.
// The height of each row and the width of each column is the maximum preferred height and width (respectively) of all the controls in that row or column (respectively).
// Controls are aligned to the top left corner of each cell.
-// Unlike other UI toolkit Grids, this Grid does not (yet?) allow Controls to span multiple rows or columns.
+// Unlike other UI toolkit Grids, this Grid does not (yet? TODO) allow Controls to span multiple rows or columns.
// TODO differnet row/column control alignment; stretchy controls or other resizing options
type Grid struct {
lock sync.Mutex