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

Modified Files:
      Tag: rel-1-5
        LetterBoxGroup.py 
Log Message:
fix max width

Index: LetterBoxGroup.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/gui/Attic/LetterBoxGroup.py,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -d -r1.18 -r1.18.2.1
*** LetterBoxGroup.py   10 Jul 2004 12:33:39 -0000      1.18
--- LetterBoxGroup.py   6 Sep 2004 19:49:30 -0000       1.18.2.1
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.18.2.1  2004/09/06 19:49:30  dischi
+ # fix max width
+ #
  # Revision 1.18  2004/07/10 12:33:39  dischi
  # header cleanup
***************
*** 90,94 ****
  
          bw = 0
!         for c in ('M', 'A', 'm'):
              bw = max(bw, self.content_layout.types['button'].font.stringsize(c),
                       self.content_layout.types['button selected'].font.stringsize(c))
--- 93,97 ----
  
          bw = 0
!         for c in ('M', 'A', 'm', 'W'):
              bw = max(bw, self.content_layout.types['button'].font.stringsize(c),
                       self.content_layout.types['button selected'].font.stringsize(c))



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to