Thomas Ellmenreich

Results 6 comments of Thomas Ellmenreich

I don't know if this is the correct way to do this or if this can be damaging to the computer but this is how I solved the constant requests...

I'm having the same problem, but also doesnt seem to work when using `.horizontal()`. with egui="0.26.2"

another way to fix it that I found was to use `ui.add_sized`. Like this you give it a size and then anything you put inside will kindof work

Welll..... I guess the same goes for me xD completly forgot about this, thanks for keeping it open ;) So the page is really simple as it is only supposed...

I noticed that a lot of things don't wrap properly inside of a `horizontal_wrapped` (I tested, `group`, `vertical` and `horizontal`) but if you add them through a [`add_sized`](https://docs.rs/egui/latest/egui/struct.Ui.html#method.add_sized) then it...

Is this Issue still for the taking? If not and PR's are welcome I would love to give it a shot ;)