Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reposition window after window show, just in case
The GTK documentation on `gtk_window_move` [1] state this: > Asks the window manager to move window to the given position. Window > managers are free to ignore this; most window managers ignore requests > for initial window positions (instead using a user-defined placement > algorithm) and honor requests after the window has already been shown. That may be what causes the overlay to the positioned wrong in #18 and #20 (comment). In any case, it should do no harm to make sure. [1]: https://docs.gtk.org/gtk3/method.Window.move.html
- Loading branch information