summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-14 10:37:57 -0600
committerJeff Carr <[email protected]>2024-01-14 10:37:57 -0600
commit88feec1747d845cdb075bbe2919721480966a1f6 (patch)
tree3252c4c3bb01f680ac18e70b3f5c314cf81fc342
parent7eca9f5d8bf443443a630217eaced8e49f1c029b (diff)
working on margin and padv0.12.1
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--andlabs/action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/andlabs/action.go b/andlabs/action.go
index e9b5c04..a8c783f 100644
--- a/andlabs/action.go
+++ b/andlabs/action.go
@@ -46,7 +46,7 @@ func (n *node) enable(b bool) {
}
func (n *node) pad(b bool) {
- log.Log(INFO, "pad() on WidgetId =", n.WidgetId)
+ log.Warn("pad() on WidgetId =", n.WidgetId)
t := n.tk
if (t == nil) {