epiphany r8174 - branches/gnome-2-22/lib/widgets
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8174 - branches/gnome-2-22/lib/widgets
- Date: Mon, 31 Mar 2008 01:03:59 +0100 (BST)
Author: chpe
Date: Mon Mar 31 01:03:59 2008
New Revision: 8174
URL: http://svn.gnome.org/viewvc/epiphany?rev=8174&view=rev
Log:
Make the extra column pack-end so that when we hide it when it's empty, the other column expands. This makes bookmarks take up all the space instead of being truncated at the half.
Modified:
   branches/gnome-2-22/lib/widgets/ephy-location-entry.c
Modified: branches/gnome-2-22/lib/widgets/ephy-location-entry.c
==============================================================================
--- branches/gnome-2-22/lib/widgets/ephy-location-entry.c	(original)
+++ branches/gnome-2-22/lib/widgets/ephy-location-entry.c	Mon Mar 31 01:03:59 2008
@@ -1076,8 +1076,8 @@
 			"alignment", PANGO_ALIGN_LEFT,
 			NULL);
 
-	gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (completion),
-				    le->priv->extracell, TRUE);
+	gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (completion),
+				  le->priv->extracell, TRUE);
 	
 	gtk_cell_layout_set_cell_data_func (GTK_CELL_LAYOUT (completion),
 					le->priv->extracell, extracell_data_func, 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]