summaryrefslogtreecommitdiff
path: root/place.go
diff options
context:
space:
mode:
Diffstat (limited to 'place.go')
-rw-r--r--place.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/place.go b/place.go
index f826472..53a0995 100644
--- a/place.go
+++ b/place.go
@@ -65,7 +65,7 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) {
case widget.Group:
// move the group to the parent's next location
tk.gocuiSetWH(startW, startH)
- tk.showWidgetPlacement("group()")
+ tk.dumpTree("start place")
newW := startW + me.GroupPadW
newH := startH + 3 // normal hight of the group label
@@ -78,7 +78,9 @@ func (tk *guiWidget) placeWidgets(startW int, startH int) {
// increment straight down
newH += h
+ log.Log(INFO, "REAL HIGHT ADDED", h, "newH", newH)
}
+ tk.dumpTree("end place")
default:
tk.gocuiSetWH(startW, startH)
// n.moveTo(startW, startH)