mirror of https://github.com/mum4k/termdash.git
Switching termdashdemo back to grid layout.
This commit is contained in:
parent
4237512047
commit
a9515f2721
|
@ -463,8 +463,7 @@ func main() {
|
||||||
}
|
}
|
||||||
w.buttons = lb
|
w.buttons = lb
|
||||||
|
|
||||||
//gridOpts, err := gridLayout(w, layoutAll) // equivalent to contLayout(w)
|
gridOpts, err := gridLayout(w, layoutAll) // equivalent to contLayout(w)
|
||||||
gridOpts, err := contLayout(w) // equivalent to contLayout(w)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue