From 985d5ac9c0a228b2586f86af06b7ae36ce684bdb Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 28 Feb 2005 20:08:04 +0000 Subject: expand the selection widget to be always as wide as the sidebar 2005-02-28 Carlos Garcia Campos * shell/ev-sidebar.c: expand the selection widget to be always as wide as the sidebar --- (limited to 'shell') diff --git a/shell/ev-sidebar.c b/shell/ev-sidebar.c index e79ad60..202c249 100644 --- a/shell/ev-sidebar.c +++ b/shell/ev-sidebar.c @@ -268,7 +268,7 @@ ev_sidebar_init (EvSidebar *ev_sidebar) ev_sidebar->priv->label = gtk_label_new (""); gtk_box_pack_start (GTK_BOX (select_hbox), ev_sidebar->priv->label, - TRUE, FALSE, 0); + FALSE, FALSE, 0); gtk_widget_show (ev_sidebar->priv->label); arrow = gtk_arrow_new (GTK_ARROW_DOWN, GTK_SHADOW_NONE); @@ -278,7 +278,7 @@ ev_sidebar_init (EvSidebar *ev_sidebar) gtk_container_add (GTK_CONTAINER (select_button), select_hbox); gtk_widget_show (select_hbox); - gtk_box_pack_start (GTK_BOX (hbox), select_button, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (hbox), select_button, TRUE, TRUE, 0); gtk_widget_show (select_button); close_button = gtk_button_new (); -- cgit v0.9.1