Allow resizing of navigator window. Patch by @Lawrence37. Fixes #6052

This commit is contained in:
Thanatomanic
2021-02-27 08:03:36 +01:00
parent 8d32d59b33
commit a6a368e682
4 changed files with 20 additions and 22 deletions

View File

@@ -125,7 +125,7 @@ History::History (bool bookmarkSupport) : historyVPaned (nullptr), blistener (nu
if (bookmarkSupport) {
historyVPaned = Gtk::manage ( new Gtk::Paned (Gtk::ORIENTATION_VERTICAL) );
historyVPaned->pack1 (*histFrame, true, true);
historyVPaned->pack1 (*histFrame, true, false);
historyVPaned->pack2 (*bmFrame, false, false);
pack_start (*historyVPaned);
} else {