Changeset 3586 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/23/04 10:33:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3585 r3586  
    2727     - added an additional logging message when adding files to a
    2828       chain successfully.
     29
     30   * mbase/MProgressBar.cc:
     31     - fixed initial size
    2932
    3033
  • trunk/MagicSoft/Mars/mbase/MProgressBar.cc

    r2494 r3586  
    5959    SetWMSizeHints(150, 15, 640, 480, 10, 10); // set the smallest and biggest size of the Main frame
    6060    Move(rand()%100+50, rand()%100+50);
     61    Resize(150, 30);
    6162
    6263    TGLayoutHints *laybar=new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, 2,2,2,2);
Note: See TracChangeset for help on using the changeset viewer.