GNOME Bugzilla – Bug 763628
W32: Shortcuts window is gtk3-demo misplaced on multidisplay desktop
Last modified: 2016-03-14 16:34:30 UTC
If i have multiple displays, shortcuts window appears far in the bottom-right corner, partially offscreen.
Created attachment 323894 [details] [review] GDK W32: Fix shown window position calculation for dialogs and splashes Two errors here: 1) A typo in splashscreen rectangle calculation - sets right twice instead of setting top 2) Centering for dialogs is off because it doesn't convert GDK virtual desktop coordinates to Windows WM virtual desktop coordinates by adding _gdk_offset_*
Review of attachment 323894 [details] [review]: If it works, fine for me.
Attachment 323894 [details] pushed as 5ac848d - GDK W32: Fix shown window position calculation for dialogs and splashes