Changeset 464 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/11/01 13:04:40 (24 years ago)
Author:
harald
Message:
Some changes to run the gui on linux.
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mars.cc

    r463 r464  
    2727  // start the main window
    2828 
    29   MGMarsMain mainWin(gClient->GetRoot(), 1, 1);     
     29  MGMarsMain mainWin(gClient->GetRoot(), 400, 650);     
    3030 
    3131  theApp.Run();
  • trunk/MagicSoft/Mars/mgui/MGMarsMain.cc

    r461 r464  
    174174             
    175175            case M_BUTTON_DATACHECK:
    176               new MGDataCheckMain(fClient->GetRoot(), this, 1, 1 ) ;
     176              new MGDataCheckMain(fClient->GetRoot(), this, 400, 650 ) ;
    177177              break ;
    178178
Note: See TracChangeset for help on using the changeset viewer.