Ignore:
Timestamp:
01/18/01 11:46:04 (24 years ago)
Author:
harald
Message:
Added the Main gui for MonteCarlo.
Now there is also a gui called MGPrototyp. This can be used as the start
point for the next guis.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MGDataCheckMain.cc

    r544 r571  
    169169  fFileCont->Sort(kSortByName) ;
    170170 
    171   fTabF1b->AddFrame(fFileView, new TGLayoutHints(kLHintsTop | kLHintsExpandX, 5, 5, 5, 5) ) ;
     171  fTabF1b->AddFrame(fFileView, new TGLayoutHints(kLHintsTop | kLHintsExpandX | kLHintsExpandY, 5, 5, 5, 5) ) ;
    172172
    173173  tf->AddFrame(fTabF1, fLayTab) ;
     
    181181  //
    182182
    183   SetWMSizeHints(400, 650, 1000, 1000, 10, 10 ) ;      // set the smallest and biggest size of the Main frame
     183  SetWMSizeHints(400, 350, 1000, 1000, 10, 10 ) ;      // set the smallest and biggest size of the Main frame
    184184
    185185  MapSubwindows();
Note: See TracChangeset for help on using the changeset viewer.