[gimp] Set the tree view's "show-expanders" to FALSE



commit b78b6f6274daa2ba54ddd1d7aca68602b23dc62e
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 26 14:19:58 2009 +0200

    Set the tree view's "show-expanders" to FALSE
    
    Don't waste the expander space in all GimpContainerTreeViews. We can
    later set it to TRUE in individual subclasses which actually display a
    tree and not only a list.

 app/widgets/gimpcontainertreeview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimpcontainertreeview.c b/app/widgets/gimpcontainertreeview.c
index 35e8ba5..9726e4d 100644
--- a/app/widgets/gimpcontainertreeview.c
+++ b/app/widgets/gimpcontainertreeview.c
@@ -198,6 +198,7 @@ gimp_container_tree_view_constructor (GType                  type,
                                   "enable-search",   FALSE,
                                   "headers-visible", FALSE,
                                   "has-tooltip",     TRUE,
+                                  "show-expanders",  FALSE,
                                   NULL);
   g_object_unref (tree);
 



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