mum4k / termdash

Terminal based dashboard.
Apache License 2.0
2.69k stars 133 forks source link

Place two buttons one onto of each other #340

Closed marianina8 closed 1 year ago

marianina8 commented 1 year ago

It seems like the buttons overlap each other because only one button shows up in the container when I use this code:

    container.Left(
        container.PlaceWidget(button1),
        container.PlaceWidget(button2),
    ),