Revision: 3343
          http://vexi.svn.sourceforge.net/vexi/?rev=3343&view=rev
Author:   clrg
Date:     2009-01-07 04:26:21 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Hack for left alignment of overflow text of a table cell

Modified Paths:
--------------
    trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/cell.t

Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/cell.t
===================================================================
--- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/cell.t       
2009-01-07 02:10:14 UTC (rev 3342)
+++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/widget/cell.t       
2009-01-07 04:26:21 UTC (rev 3343)
@@ -21,6 +21,7 @@
             + vexi.ui.font.height(t.font, t.fontsize, "dy");
         t[0] = vexi.box;
         t.v_textbox = t[0];
+        t.v_content.align = "left";
         t.v_content.layout = "place";
         switch (t.datatype) {
         case "bool":


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to