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
When I run this sample, the window appears at the bottom-left corner of the screen. I wanted to adjust the position of the window, so I looked for relevant methods in the documentation but couldn't find anything. How can I adjust the window's position?
The text was updated successfully, but these errors were encountered:
There is Window::set_position() which was added in the development branch in July '24.
If you prefer tagged versions, last week I released version 0.4.0 on from crates.io, which includes this change.
Not sure if you can change the position before the window is shown or only afterwards. Thats something you'd have to try.
How can I set the window's position upon appearance?
When I run this sample, the window appears at the bottom-left corner of the screen. I wanted to adjust the position of the window, so I looked for relevant methods in the documentation but couldn't find anything. How can I adjust the window's position?
The text was updated successfully, but these errors were encountered: