GNOME Bugzilla – Bug 742373
The app should have a minimum window height
Last modified: 2017-04-17 18:20:40 UTC
The window properties allow to reduce the window height by complete. This have no sense because it doesn't allow to see well (or nothing) the calendar sheet despite the responsive view properties.
Created attachment 293816 [details] [review] Patch to keep a minimum window height In this patch has been used "gtk_window_set_geometry_hints" method for apply a min window size. Through GtkGeometry struct definitions, has been defined the min_width and min_height with values.
You can simply set the "height_request" property directly into data/ui/window.ui file. Could you craft another patch for it? Thanks in advance!
> You can simply set the "height_request" property directly into > data/ui/window.ui file. > Could you craft another patch for it? > > Thanks in advance! Yes, of course. This afternoon I am going to submit the right patch. Sometimes I forget that I can do the things in a simpler way using the ui files. :/(In reply to comment #2)
Created attachment 294188 [details] [review] window: Setting window minimum height size
(In reply to comment #4) > Created an attachment (id=294188) [details] [review] > window: Setting window minimum height size Can you please post the patch? The attached file is the whole UI file.
(In reply to comment #5) > (In reply to comment #4) > > Created an attachment (id=294188) [details] [review] [details] [review] > > window: Setting window minimum height size > > Can you please post the patch? The attached file is the whole UI file. Opps sorry.
Created attachment 294194 [details] [review] window: Setting window minimum height size
Review of attachment 294194 [details] [review]: Simple and with a good commit message.
Fixed. Commit 7f95a80bce7f8e3486cc58b8cd12b8e01f295a3e. Thanks for your work on this issue!