Avoid dynamic column generation.

Using add_faux_col each time a new widget is added to the grid caused the widget was always positioned in the first row on the right. Related to #60.
This commit is contained in:
vieron
2012-10-15 15:34:00 +02:00
parent a5d122246d
commit 68f1d6279c

View File

@ -177,7 +177,7 @@
this.register_widget($w);
this.add_faux_rows(pos.size_y);
this.add_faux_cols(pos.size_x);
//this.add_faux_cols(pos.size_x);
this.set_dom_grid_height();