From a99754e41a7b80d2e2a464e6614ccf3026ef4df0 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Wed, 28 Mar 2012 16:24:23 +0000 Subject: A revolution has come: CoqIDE, now in color. Fixes bug #2704 btw. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15101 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/utils/configwin_ihm.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide/utils') diff --git a/ide/utils/configwin_ihm.ml b/ide/utils/configwin_ihm.ml index 9ddc90ef11..c13a0b3cf4 100644 --- a/ide/utils/configwin_ihm.ml +++ b/ide/utils/configwin_ihm.ml @@ -1022,7 +1022,7 @@ class configuration_box (tt : GData.tooltips) conf_struct = let rec make_tree iter conf_struct = (* box is not shown at first *) - let box = GPack.vbox ~packing:menu_box#add ~show:false () in + let box = GPack.vbox ~packing:(menu_box#pack ~expand:true) ~show:false () in let new_iter = match iter with | None -> tree#append () | Some parent -> tree#append ~parent () -- cgit v1.2.3