GNOME Bugzilla – Bug 697954
AV-CP: Weird sizing on multi-monitor setup
Last modified: 2019-02-22 05:57:40 UTC
av-cp uses gdk_screen_width and gdk_screen_height to calculate the starting size of av-cp in relation to the current screen size, however in multi-monitor non-mirroring setup this is the bounding rectangle of both monitors which makes it look slightly awkwardly shaped on a side-by-side setup. https://git.gnome.org/browse/gupnp-tools/tree/src/av-cp/gui.c#n113
*** Bug 747476 has been marked as a duplicate of this bug. ***
Created attachment 316203 [details] [review] av-cp: Fix default resolution Scale to 40% of screen size, but keep aspect ratio of 5/4. Signed-off-by: Jens Georg <mail@jensge.org>
Attachment 316203 [details] pushed as e852337 - av-cp: Fix default resolution