You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
I'm making a docker TUI manager using bubble tea and lipgloss and having a lot of fun doing it!
I'm trying to set default a default width for my
bubbles/list
component using:But, an empty list does not have the width specified. A subsequent call to
m.list.SetWidth(1000)
doesn't seem to work either.Here is the output I'm getting:
As you can see, the specified width (100) is not being respected.
Any help is appreciated, Thanks
Beta Was this translation helpful? Give feedback.
All reactions