GNOME Bugzilla – Bug 691316
no minimum size set
Last modified: 2018-01-18 18:37:28 UTC
Created attachment 232945 [details] screenshot There is no minimum size.
Created attachment 234570 [details] [review] Use native gobject requests This patch requests 600 per 500
Review of attachment 234570 [details] [review]: You are missing the bugzilla URL in the commit message. ::: src/photos-main-window.c @@ +39,3 @@ +#define PHOTOS_WINDOW_MIN_WIDTH 600 +#define PHOTOS_WINDOW_MIN_HEIGHT 500 Even though these are the values used by gnome-documents, our thumbnails are bigger and hence this leaves a big corridor of empty space on the right. Lets use 640x600. This accommodates two columns nicely, and the height is the same as the default dimensions -- 960x600.
Created attachment 251611 [details] [review] main-window: Set minimum size
*** Bug 712258 has been marked as a duplicate of this bug. ***