[gimp/soc-2009-dynamics] Set the tree view's "show-expanders" to FALSE
- From: zhenfeng zhao <zhenfengz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp/soc-2009-dynamics] Set the tree view's "show-expanders" to FALSE
- Date: Mon, 27 Jul 2009 17:43:01 +0000 (UTC)
commit a5a2672345e4ece6e015af70a03c3ac3affda144
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]