Update of /cvsroot/freevo/freevo/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25018

Modified Files:
        ProgressBox.py 
Log Message:
bugfix when setting width

Index: ProgressBox.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/ProgressBox.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ProgressBox.py      18 Feb 2004 21:52:04 -0000      1.3
--- ProgressBox.py      21 Feb 2004 19:32:32 -0000      1.4
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.4  2004/02/21 19:32:32  dischi
+ # bugfix when setting width
+ #
  # Revision 1.3  2004/02/18 21:52:04  dischi
  # Major GUI update:
***************
*** 71,75 ****
                            icon, vertical_expansion, text_prop, parent)
  
!         self.progressbar = Progressbar(full=full, width=self.width-20)
          self.add_child(self.progressbar)
  
--- 74,78 ----
                            icon, vertical_expansion, text_prop, parent)
  
!         self.progressbar = Progressbar(full=full, width=self.content.width-20)
          self.add_child(self.progressbar)
  



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to