TODO: stop hard-coding this width. This class used to live in msoy,

where this made a bit of sense, but now it doesn't.
However, I'm just going to change this here because I'm already
down a rabbit hole.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@356 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2007-11-29 02:14:11 +00:00
parent b9fce610da
commit 3b31fff153
+1 -1
View File
@@ -19,7 +19,7 @@ public class ChatInput extends TextInput
public function ChatInput ()
{
styleName = "chatInput";
width = 175;
width = 147;
}
override protected function focusInHandler (event :FocusEvent) :void