From 9f0c0ad2b2f5cf491240b11f1bc44ec89f3e562d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 14 Nov 2012 12:12:56 +0000
Subject: [PATCH] tweak

---
 Common/DefaultOptions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index a69cd64a75..d08618b405 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -509,7 +509,7 @@ StringXNumber GeneralOptions_Number[] = {
     "Maximum model coordinate along the Z-axis (read-only)" },
   { F|S, "MenuWidth" , opt_general_menu_size0 , 200. ,
     "Width (in pixels) of the menu tree" },
-  { F|S, "MenuHeight" , opt_general_menu_size1 , 400. ,
+  { F|S, "MenuHeight" , opt_general_menu_size1 , 200. ,
     "Height (in pixels) of the (detached) menu tree" },
   { F|S, "MenuPositionX" , opt_general_menu_position0 , 400. ,
     "Horizontal position (in pixels) of the (detached) menu tree" },
-- 
GitLab