diff options
| author | ppedrot | 2012-03-28 16:24:23 +0000 |
|---|---|---|
| committer | ppedrot | 2012-03-28 16:24:23 +0000 |
| commit | a99754e41a7b80d2e2a464e6614ccf3026ef4df0 (patch) | |
| tree | e7c6599cb0f72ab841febbf84dd3ca125de1f234 /ide/utils | |
| parent | ab06ce3344abe42cac82dc5477b43b4951063c4f (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.ml | 2 |
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 () |
