aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ee33bb39e8..325a3f1c6d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2003-04-02 Not Zed <NotZed@Ximian.com>
+ [#40652]
+
+ * e-shell-view.c (setup_widgets): Pack the folder and shortcut
+ bars into the paned as sizeable.
+
[#39467]
* e-shell.c (e_shell_construct): Change the splash logic slightly,
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 9e9468145b..c964b7c38c 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1376,7 +1376,7 @@ setup_widgets (EShellView *shell_view)
G_CALLBACK (forward_clicked_callback), shell_view);
priv->view_hpaned = gtk_hpaned_new ();
- gtk_paned_pack1 (GTK_PANED (priv->view_hpaned), priv->storage_set_view_box, FALSE, FALSE);
+ gtk_paned_pack1 (GTK_PANED (priv->view_hpaned), priv->storage_set_view_box, TRUE, FALSE);
gtk_paned_pack2 (GTK_PANED (priv->view_hpaned), priv->notebook, TRUE, FALSE);
gray_bar = gtk_event_box_new ();
@@ -1387,7 +1387,7 @@ setup_widgets (EShellView *shell_view)
priv->hpaned = gtk_hpaned_new ();
gtk_container_add (GTK_CONTAINER (priv->shortcut_frame), priv->shortcut_bar);
- gtk_paned_pack1 (GTK_PANED (priv->hpaned), priv->shortcut_frame, FALSE, FALSE);
+ gtk_paned_pack1 (GTK_PANED (priv->hpaned), priv->shortcut_frame, TRUE, FALSE);
gtk_paned_pack2 (GTK_PANED (priv->hpaned), priv->view_vbox, TRUE, FALSE);
gtk_paned_set_position (GTK_PANED (priv->hpaned), DEFAULT_SHORTCUT_BAR_WIDTH);
001957da0fda0235ef'>Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-241-1/+1 * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-10/+3 * Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0 * - Add LICENSEsunpoet2014-05-091-1/+3 * Support STAGEDIR.vanilla2013-11-052-4/+2 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-5/+2 * - Convert to new perl frameworkaz2013-08-031-1/+2 * End WWW CPAN URL with a "/"ehaupt2011-12-281-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0 * Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1 * - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1 * Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-7/+1