From a9515f27215c8c7f3c0df731c4e86103cb9cdb9d Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 30 Mar 2019 03:00:41 -0400 Subject: [PATCH] Switching termdashdemo back to grid layout. --- termdashdemo/termdashdemo.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/termdashdemo/termdashdemo.go b/termdashdemo/termdashdemo.go index e4f2c9fc..6601b599 100644 --- a/termdashdemo/termdashdemo.go +++ b/termdashdemo/termdashdemo.go @@ -463,8 +463,7 @@ func main() { } w.buttons = lb - //gridOpts, err := gridLayout(w, layoutAll) // equivalent to contLayout(w) - gridOpts, err := contLayout(w) // equivalent to contLayout(w) + gridOpts, err := gridLayout(w, layoutAll) // equivalent to contLayout(w) if err != nil { panic(err) }