GNOME Bugzilla – Bug 772723
osdWindow: relayout when scale factor changes
Last modified: 2016-10-11 00:25:27 UTC
See attached patch, which fixes a long-term annoyance of the OSD window with HiDpi.
Created attachment 337380 [details] [review] osdWindow: relayout when scale factor changes We currently rely on the "monitors-changed" signal of LayoutManager to relayout the OSD window. That is not enough, since the scale factor also changes the way the OSD window is sized, and that can be updated after "monitors-changed" has been received. The visual effect is that under some circumstances, the OSD window will have the wrong size under HiDpi. This commit fixes the issue by triggering another relayout when the scale factor changes.
Review of attachment 337380 [details] [review]: LGTM
Attachment 337380 [details] pushed as 4670db6 - osdWindow: relayout when scale factor changes