From 873fe98f549b7f09b3100a661bae8a4374bd5105 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 16 Oct 2011 17:33:34 +0000
Subject: [PATCH]

---
 Fltk/graphicWindow.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/graphicWindow.cpp b/Fltk/graphicWindow.cpp
index 9d417bd140..209667350d 100644
--- a/Fltk/graphicWindow.cpp
+++ b/Fltk/graphicWindow.cpp
@@ -482,7 +482,7 @@ graphicWindow::graphicWindow(bool main, int numTiles)
   // make sure height < screen height
   if(height > Fl::h()){
     height = Fl::h();
-    mheight = 100;
+    mheight = 50;
     glheight = height - mheight - sh;
     CTX::instance()->msgSize = mheight;
     CTX::instance()->glSize[1] = glheight;
@@ -775,7 +775,7 @@ void graphicWindow::showMessages()
   if(!win->shown()) return;
   if(browser->h() < 10){
     int height = _savedMessageHeight;
-    if(height < 1) height = 100;
+    if(height < 1) height = 50;
     int maxh = win->h() - bottom->h();
     if(height > maxh) height = maxh / 2;
     resizeMessages(height - browser->h());
-- 
GitLab