diff options
Diffstat (limited to 'size.go')
| -rw-r--r-- | size.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -98,8 +98,6 @@ func (w *guiWidget) sizeGrid() (int, int) { } sizeW, sizeH := child.Size() - sizeW += 2 - // set the child's realWidth, and grid offset if w.widths[child.node.State.AtW] < sizeW { w.widths[child.node.State.AtW] = sizeW |
