aboutsummaryrefslogtreecommitdiff
path: root/ide/utils
diff options
context:
space:
mode:
authorppedrot2012-03-28 16:24:23 +0000
committerppedrot2012-03-28 16:24:23 +0000
commita99754e41a7b80d2e2a464e6614ccf3026ef4df0 (patch)
treee7c6599cb0f72ab841febbf84dd3ca125de1f234 /ide/utils
parentab06ce3344abe42cac82dc5477b43b4951063c4f (diff)
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
Diffstat (limited to 'ide/utils')
-rw-r--r--ide/utils/configwin_ihm.ml2
1 files changed, 1 insertions, 1 deletions
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 ()