Open tychedelia opened 9 months ago
I think this may actually be more subtle. Obviously the above image is buggy, but I'm also noticing a behavior when a side panel is conditionally rendered, which causes the graph to jump around. I do think we want the graph to maintain it's position regardless of other content but:
In
egui
, an element likeCentralPanel
is defined by the space that remains after panels have been allocated. In the below screenshot, you can see how the graph config moves to respect the panel width, but the graph widget takes up the entire available screen. The graph widget should properly respect it's place in the widget "hierarchy".