diff options
| -rw-r--r-- | place.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -79,8 +79,8 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) { case widget.Window: tk.full.w0 = startW tk.full.h0 = startH - startW += 4 - startH += 4 + startW += -2 + startH += 3 for _, child := range tk.children { child.placeWidgets(startW, startH) sizeW, _ := child.Size() |
