From aa6904c786e88ba9d7e710c64e1b06c0e3860a3d Mon Sep 17 00:00:00 2001
From: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
Date: Wed, 14 Apr 2010 08:24:39 +0000
Subject: [PATCH] Reduce the mainframe size to avoid going out of screen

git-svn-id: http://root.cern.ch/svn/root/trunk@32976 27541ba8-7e3a-0410-8455-c3a389f83636
---
 tutorials/gui/gtreeTableTest.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorials/gui/gtreeTableTest.C b/tutorials/gui/gtreeTableTest.C
index 76e9151fbc7..d358d402a21 100644
--- a/tutorials/gui/gtreeTableTest.C
+++ b/tutorials/gui/gtreeTableTest.C
@@ -87,7 +87,7 @@ TableTest::TableTest(const TGWindow *p, UInt_t ntrows, UInt_t ntcols,
    SetWindowName("TGTreeTable Test") ;
    MapSubwindows() ;
    Layout();
-   Resize() ;
+   Resize(GetDefaultWidth()+20, 600) ;
    MapWindow() ;
    
 } ;
-- 
GitLab