setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
718 stars 134 forks source link

fix finder position #112

Open SergioRibera opened 10 months ago

SergioRibera commented 10 months ago

Adjust the position of the search engine so that it can always be seen well, for the moment it works for the x-axis.

I also added a rounding for the frame to make it nicer.

After: Screenshot_20231127_232913

Before: Screenshot_20231127_233040