From 10f7253bad62b956e9d5f61a6df71e7023c0c13b Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 16 Apr 2008 15:17:48 +0000 Subject: [PATCH] *** empty log message *** --- Common/DefaultOptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 3465f69042..7057288c4f 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -657,11 +657,11 @@ StringXNumber GeneralOptions_Number[] = { "Vertical position (in pixels) of the upper left corner of the menu window" }, { F|S, "MessagePositionX" , opt_general_message_position0 , 650. , "Horizontal position (in pixels) of the upper left corner of the message window" }, - { F|S, "MessagePositionY" , opt_general_message_position1 , 150. , + { F|S, "MessagePositionY" , opt_general_message_position1 , 490. , "Vertical position (in pixels) of the upper left corner of the message window" }, - { F|S, "MessageHeight" , opt_general_message_size1 , 350. , + { F|S, "MessageHeight" , opt_general_message_size1 , 180. , "Height (in pixels) of the message window" }, - { F|S, "MessageWidth" , opt_general_message_size0 , 450. , + { F|S, "MessageWidth" , opt_general_message_size0 , 100. , "Width (in pixels) of the message window" }, { F, "MinX" , opt_general_xmin , 0. , "Minimum model coordinate along the X-axis (read-only)" }, -- GitLab