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
The quickest way to demonstrate is to add .tab_bar_width(Length::Shrink) immediately after Line 133 in the example.
The result is this:
I would expect (indeed, what I am trying to achieve) that the tabs shrink down to the smallest width that would still fit the contents of each individual tab. I.e. the width of the tabs would not automatically fill the available width.
The text was updated successfully, but these errors were encountered:
The quickest way to demonstrate is to add
.tab_bar_width(Length::Shrink)
immediately after Line 133 in the example.The result is this:
I would expect (indeed, what I am trying to achieve) that the tabs shrink down to the smallest width that would still fit the contents of each individual tab. I.e. the width of the tabs would not automatically fill the available width.
The text was updated successfully, but these errors were encountered: