aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authorGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-04 15:31:52 +0000
committerGravatar marche <marche@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-04 15:31:52 +0000
commitaa357d601d440a2e22de61299e0f87e79bed27fd (patch)
treec26385bb3d6301478680f2a0a9635f8ecded15a2 /ide/preferences.mli
parente05ef4c1d8d7727288bc5cbea7cb6ad0aa7a3a47 (diff)
changement menu et toolbar
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5065 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 5cf26c90e..f6d163cb0 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -45,6 +45,8 @@ type pref =
mutable contextual_menus_on_goal : bool;
mutable window_width : int;
mutable window_height : int;
+ mutable query_window_width : int;
+ mutable query_window_height : int;
(*
mutable use_utf8_notation : bool;
*)