[anjuta/gnome-3-0] Expand text renderer in plugin treeview.



commit 8b9ebd6639a0259adafbc8fbf2fd7afc510720f4
Author: Christian Hergert <chris dronelabs com>
Date:   Thu Mar 24 19:59:34 2011 -0700

    Expand text renderer in plugin treeview.
    
    Selected items has an interesting looking focus grip around them
    because the cell renderer did not expand to the visible area.
    
    Signed-off-by: Christian Hergert <chris dronelabs com>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645659

 libanjuta/anjuta-plugin-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libanjuta/anjuta-plugin-manager.c b/libanjuta/anjuta-plugin-manager.c
index ee1a806..f80def9 100644
--- a/libanjuta/anjuta-plugin-manager.c
+++ b/libanjuta/anjuta-plugin-manager.c
@@ -919,7 +919,7 @@ create_plugin_tree (void)
 	gtk_tree_view_column_add_attribute (column, renderer, "pixbuf",
 										COL_ICON);
 	renderer = gtk_cell_renderer_text_new ();
-	gtk_tree_view_column_pack_start (column, renderer, FALSE);
+	gtk_tree_view_column_pack_start (column, renderer, TRUE);
 	gtk_tree_view_column_add_attribute (column, renderer, "markup",
 										COL_NAME);
 	gtk_tree_view_column_set_sizing (column,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]