Skip to content

Commit

Permalink
Switching termdashdemo back to grid layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mum4k committed Mar 30, 2019
1 parent 4237512 commit a9515f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions termdashdemo/termdashdemo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit a9515f2

Please sign in to comment.