[anjuta] Expand text renderer in plugin treeview.
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] Expand text renderer in plugin treeview.
- Date: Wed, 6 Apr 2011 21:11:02 +0000 (UTC)
commit 0e9a13835cc160406f439ca28a83c9abb2b38a20
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]