You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to change the size of your application when you launch it, you can do so by changing the window property on the Settings struct you pass to Application::run (or Sandbox, if that's what you prefer).
If you want to change it while your application is running, you have to use the Application trait, and implement the mode function, which is expected to take a reference to your application state as argument, and return the Mode you want your application to have.
How to minimal window and resize window
The text was updated successfully, but these errors were encountered: