diff options
Diffstat (limited to 'window.go')
| -rw-r--r-- | window.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ func (tk *guiWidget) redrawWindow(w int, h int) { if tk.node.WidgetType != widget.Window { return } + tk.gocuiSize.w0 = w - 2 + tk.gocuiSize.h0 = h - 1 + tk.setFullSize() // might make the green box the right size tk.frame = false |
