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
if clipping is true.
I can understand this behavior if your only child is a label.
But for complex UIs this has quite some unwanted side effects. For example in grids this changes the auto sizing mode (for the labels):
Maybe it would be worth discussing if that is a good default.
Or alternatively maybe Grids should revert that style change?
If you think this is a good default, you can ofc close this issue, then I'd simply change the style back for all my StripBuilders.
I just wanted to discuss if there are better alternatives or to lower the impact of it.
Sweating:
The text was updated successfully, but these errors were encountered:
Hey, I use StripBuilders a lot in my app for layouting, I noticed that by default since the new version StripBuilders switch the textmode to truncate:
egui/crates/egui_extras/src/layout.rs
Line 226 in 23728e1
if clipping is
true
.I can understand this behavior if your only child is a label.
But for complex UIs this has quite some unwanted side effects. For example in grids this changes the auto sizing mode (for the labels):
Maybe it would be worth discussing if that is a good default.
Or alternatively maybe
Grids
should revert that style change?If you think this is a good default, you can ofc close this issue, then I'd simply change the style back for all my StripBuilders.
I just wanted to discuss if there are better alternatives or to lower the impact of it.
Sweating:
The text was updated successfully, but these errors were encountered: