Make main mainwindow components' sizing slightly more sane.
authorAndrej Kacian <ticho@claws-mail.org>
Thu, 4 Oct 2018 18:58:57 +0000 (20:58 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Thu, 4 Oct 2018 18:58:57 +0000 (20:58 +0200)
commitf71ca14f9f622a9dc14d23c96fb2f897ca25f71c
tree51c4dd898fcfbd8d2d6075d537ebfe918ce7422b
parent4844c6abcebf4f6f4b254877c6600dac8b23dbbc
Make main mainwindow components' sizing slightly more sane.

gtk_widget_set_size_request() is setting minimal widget size
now, so we can't use it for restoring remembered component
sizes anymore, since then they can't be made any smaller than
the remembered size anymore.
src/folderview.c
src/mainwindow.c
src/summaryview.c