GNOME Bugzilla – Bug 562023
smart automatic window sizing
Last modified: 2012-10-07 07:46:39 UTC
Evince could behave much smarter at sizing itself when opening a PDF, especially when there is no sizing metadata about it. Here's some pseudocode, tell me if it would make sense: ##### in many cases, the result will likely be a maximized window get screen_resolution get document_ratio get screen_DPI determine what will be maxed out first: height or width? if height maxed first: max the height match screen_DPI for window width as much as possible else: max the width match screen_DPI for window height as much as possible
Sorry for marking it as duplicated of a newer bug. *** This bug has been marked as a duplicate of bug 674739 ***