organize/style things better

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@279 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Nathan Curtis
2007-04-11 22:12:24 +00:00
parent cccc3a308e
commit 74ffcaaf61
2 changed files with 17 additions and 16 deletions
@@ -89,8 +89,8 @@ public class EZGameConfigurator extends FlexGameConfigurator
var lbl :Label = new Label();
lbl.text = name + ":";
lbl.styleName = "lobbyLabel";
lbl.toolTip = tip;
control.toolTip = tip;
lbl.toolTip = tip == "" ? name : tip;
control.toolTip = tip == "" ? name : tip;
addControl(lbl, control);
_customConfigs.push(ident, control);