[GH-ISSUE #340] Place two buttons one onto of each other #158

Closed
opened 2026-03-03 16:22:58 +03:00 by kerem · 0 comments
Owner

Originally created by @marianina8 on GitHub (Nov 18, 2022).
Original GitHub issue: https://github.com/mum4k/termdash/issues/340

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),
    ),
Originally created by @marianina8 on GitHub (Nov 18, 2022). Original GitHub issue: https://github.com/mum4k/termdash/issues/340 It seems like the buttons overlap each other because only one button shows up in the container when I use this code: ```go container.Left( container.PlaceWidget(button1), container.PlaceWidget(button2), ), ```
kerem closed this issue 2026-03-03 16:22:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termdash#158
No description provided.