summaryrefslogtreecommitdiff
path: root/toolkit/gocui/tab.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-05-09 19:39:56 -0500
committerJeff Carr <[email protected]>2023-05-09 19:39:56 -0500
commit45ef7f37c4af0495ccf988f2f726aaea24a999e4 (patch)
tree8b7ea6b0e84b8fdf51306b4d6cb5a2a00a728469 /toolkit/gocui/tab.go
parentcb2c88d8c12a58f4e791dffeaba0a685d63bbc79 (diff)
move to fixing grids in andlabs
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'toolkit/gocui/tab.go')
-rw-r--r--toolkit/gocui/tab.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/gocui/tab.go b/toolkit/gocui/tab.go
index 8ce298c..8c5b11b 100644
--- a/toolkit/gocui/tab.go
+++ b/toolkit/gocui/tab.go
@@ -49,10 +49,10 @@ func (w *cuiWidget) showWidgets() {
// don't display by default
} else {
if w.IsCurrent() {
- w.showWidgetPlacement(logNow, "current:")
+ w.showWidgetPlacement(logInfo, "current:")
w.showView()
} else {
- w.showWidgetPlacement(logNow, "not:")
+ w.showWidgetPlacement(logInfo, "not:")
// w.drawView()
}
}