]> source.dussan.org Git - vaadin-framework.git/commitdiff
UIDL variable names changed back to original.
authorJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 5 Nov 2007 08:36:11 +0000 (08:36 +0000)
committerJouni Koivuviita <jouni.koivuviita@itmill.com>
Mon, 5 Nov 2007 08:36:11 +0000 (08:36 +0000)
svn changeset:2708/svn branch:trunk

src/com/itmill/toolkit/ui/GridLayout.java

index e85f5e333f423b94d88aae9098ffc1589914b66f..f9ecdbe3b5b8fee49f8ef91474f735e70d2c0b07 100644 (file)
@@ -402,8 +402,8 @@ public class GridLayout extends AbstractLayout {
                super.paintContent(target);
 
                // TODO refactor attribute names in future release.
-               target.addAttribute("rows", rows);
-               target.addAttribute("cols", cols);
+               target.addAttribute("h", rows);
+               target.addAttribute("w", cols);
                
                if (this.spacing)
                        target.addAttribute("spacing", this.spacing);