Let the method fetching the container set its style and width.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@314 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Nathan Curtis
2007-06-14 18:02:33 +00:00
parent c47d1a7c5a
commit e4240b1b08
@@ -45,9 +45,6 @@ public /*abstract*/ class FlexGameConfigurator extends GameConfigurator
*/
public function getContainer () :Container
{
// mimic the style of the seats grid for consistency
_tile.width = 475;
_tile.styleName = "seatsGrid";
return _tile;
}