diff options
Diffstat (limited to 'place.go')
| -rw-r--r-- | place.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -148,6 +148,9 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) (int, int) { tk.color = nil tk.defaultColor = nil tk.setColorButtonDense() + // if tk.full.Height() > 0 { + tk.full.h1 = tk.full.h0 + // } } tk.gocuiSetWH(startW, startH) return tk.gocuiSize.Width(), tk.gocuiSize.Height() |
