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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user