Index: htdocs/gtkrc-2.0 =================================================================== RCS file: /cvsroot/gaim/web/htdocs/gtkrc-2.0,v retrieving revision 1.7 diff -u -r1.7 gtkrc-2.0 --- htdocs/gtkrc-2.0 1 Jun 2004 23:33:18 -0000 1.7 +++ htdocs/gtkrc-2.0 5 Jun 2004 14:42:21 -0000 @@ -44,3 +44,14 @@ } widget_class "*" style "my-style-name" +# This style sets the expander size on a treeview to 0, which has the result +# of reducing the indent for items in the tree. This can be applied to the +# Gaim buddy list to reduce it's width. +# This only works in Gaim 0.79 and higher +style "my-narrow-tree" +{ + GtkTreeView::expander_size = 0 +} + +# And apply the style to the buddy list: +widget "*gaim_gtkblist_treeview" style "my-narrow-tree"