diff options
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) { switch tk.node.WidgetType { case widget.Window: + tk.full.w0 = startW + tk.full.h0 = startH startW += 4 startH += 4 for _, child := range tk.children { |
