Ultraxime
Ultraxime
Hi, Which version of iced_aw are you using ? It reminds me of an issue that should have been patched with the last release (0.12) If it's not the case...
My bad. Maybe it was a similar issue with the menu bar. I'll try to look into it if I have the time. But as @genusistimelord said, a minimal exemple...
Looks good, I still need to check it. It's not exactly what I was planning but should be enough while waiting to do something better
It may be related to #278. I don't know if someone is working on either issues. Of what I understood of the widget implementation, the `width` of the widget while...
If I have the time, I'll try to investigate it and see if we can get rid of it
Setting `Tabs::tab_bar_width` to `Length::Shrink` doesn't respect the content of the individual tabs
Hi, Thanks for pointing it out. I'm currently trying to find out how to solve this issue. At the moment I "solved" it by commenting the lines 492 and 497...
Setting `Tabs::tab_bar_width` to `Length::Shrink` doesn't respect the content of the individual tabs
I could but it doesn't seem like a proper fix. There is something not logical in this. So I'll investigate more. But that would work as a temporary fix for...
I agree with both remarks, making redundant code is never a good idea. But neither having unused fields. Even if the use of `unreachable` can partially solve this. Couldn't we...
Ok, my bad, I wasn't remembering the way that status is currently implemented. The status is part of style and not widget and as such should not be widget dependent....