From 3b31fff15373faa30ab35d510e45cc9bfd9e4ed4 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 29 Nov 2007 02:14:11 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/flex/ChatInput.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/flex/ChatInput.as b/src/as/com/threerings/flex/ChatInput.as index 2d49a2cf..13599199 100644 --- a/src/as/com/threerings/flex/ChatInput.as +++ b/src/as/com/threerings/flex/ChatInput.as @@ -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