GNOME Bugzilla – Bug 735233
Set a minimum size for the portal helper
Last modified: 2017-01-24 12:37:01 UTC
I can resize it down to a 1x1 window. Some minimum is required. Maybe "iPhone 3GS" resolution should be a minimum? Most portals would fit onto that.
(In reply to comment #0) > I can resize it down to a 1x1 window. Some minimum is required. Maybe "iPhone > 3GS" resolution should be a minimum? Most portals would fit onto that. Only if you set a mobile user agent. A full "desktop" portal wont fit in there.
(In reply to drago01 from comment #1) > (In reply to comment #0) > > I can resize it down to a 1x1 window. Some minimum is required. Maybe "iPhone > > 3GS" resolution should be a minimum? Most portals would fit onto that. > > Only if you set a mobile user agent. A full "desktop" portal wont fit in > there. Better than it would in a 1x1 square.
Created attachment 344019 [details] [review] portalHelper: Set a minimum window size
Review of attachment 344019 [details] [review]: We already maximize the window for the initial map. Maybe we should just use gtk_window_set_geometry_hints() and set the minimum? This should work fine as well
Attachment 344019 [details] pushed as a81f185 - portalHelper: Set a minimum window size