Hello! I'm interested in rewriting the tab bar rendering code to resolve the visual issues shown below:
Some of these have been present for a while, and some have accumulated with egui updates. (I think a few of them are the fault of the StrokeKind migration.)
- Is there anything I should be aware of when working on this?
- Is it ok to remove the tab body outline stroke and only keep the stroke separating the tab body from the tab bar?
- Is it ok to make breaking changes to the style configuration?
Hello! I'm interested in rewriting the tab bar rendering code to resolve the visual issues shown below:
Some of these have been present for a while, and some have accumulated with egui updates. (I think a few of them are the fault of the
StrokeKindmigration.)