Switching termdashdemo back to grid layout.

This commit is contained in:
Jakub Sobon 2019-03-30 03:00:41 -04:00
parent 4237512047
commit a9515f2721
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 1 additions and 2 deletions

View File

@ -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)
}