Changeset 3586
- Timestamp:
- 03/23/04 10:33:33 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3585 r3586 27 27 - added an additional logging message when adding files to a 28 28 chain successfully. 29 30 * mbase/MProgressBar.cc: 31 - fixed initial size 29 32 30 33 -
trunk/MagicSoft/Mars/mbase/MProgressBar.cc
r2494 r3586 59 59 SetWMSizeHints(150, 15, 640, 480, 10, 10); // set the smallest and biggest size of the Main frame 60 60 Move(rand()%100+50, rand()%100+50); 61 Resize(150, 30); 61 62 62 63 TGLayoutHints *laybar=new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, 2,2,2,2);
Note:
See TracChangeset
for help on using the changeset viewer.