Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3585)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3586)
@@ -27,4 +27,7 @@
      - added an additional logging message when adding files to a
        chain successfully.
+
+   * mbase/MProgressBar.cc:
+     - fixed initial size
 
 
Index: trunk/MagicSoft/Mars/mbase/MProgressBar.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MProgressBar.cc	(revision 3585)
+++ trunk/MagicSoft/Mars/mbase/MProgressBar.cc	(revision 3586)
@@ -59,4 +59,5 @@
     SetWMSizeHints(150, 15, 640, 480, 10, 10); // set the smallest and biggest size of the Main frame
     Move(rand()%100+50, rand()%100+50);
+    Resize(150, 30);
 
     TGLayoutHints *laybar=new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, 2,2,2,2);
