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