From e4240b1b08197fa859cde8ae158e0df9ee353212 Mon Sep 17 00:00:00 2001 From: Nathan Curtis Date: Thu, 14 Jun 2007 18:02:33 +0000 Subject: [PATCH] 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 --- .../com/threerings/parlor/game/client/FlexGameConfigurator.as | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as b/src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as index eb78b6ea..47cd96d4 100644 --- a/src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as +++ b/src/as/com/threerings/parlor/game/client/FlexGameConfigurator.as @@ -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; }