| 
     
      
      
      From: <ken...@us...> - 2009-02-12 18:35:21
      
     
   | 
Revision: 1233
          http://andro.svn.sourceforge.net/andro/?rev=1233&view=rev
Author:   kendowns
Date:     2009-02-12 18:35:17 +0000 (Thu, 12 Feb 2009)
Log Message:
-----------
Small tweak to x6select.
Modified Paths:
--------------
    trunk/andro/clib/x6.js
Modified: trunk/andro/clib/x6.js
===================================================================
--- trunk/andro/clib/x6.js	2009-02-11 17:19:10 UTC (rev 1232)
+++ trunk/andro/clib/x6.js	2009-02-12 18:35:17 UTC (rev 1233)
@@ -3963,7 +3963,7 @@
                     maxWidth=15;
                 }
                 else {
-                    var maxWidth=0;
+                    var maxWidth=$(this.div).find('#x6head'+x).width();
                     $(this.tbody).find('div.x6col'+x).each(
                         function() {
                             if($(this).width() > maxWidth) 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |