Resizing main window #706
Unanswered
HashimTheArab
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My app is using the epi::app trait, App::default, and NativeOptions::default, when I resize the window I want everything to adjust, auto resize to fit the window, currently when I resize the window everything just stays in its fixed position as the same size. Is there a way to do this with egui or do I have to manually implement it?
Again, I'm referring to the main window (program)
Not sure if it matters but all this is inside a CentralPanel (besides the bottom one which is irrelevant)
Beta Was this translation helpful? Give feedback.
All reactions