Update ChatRoomUI following Mockups.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@6701 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-01-16 18:15:07 +00:00
committed by derek
parent e41a164b43
commit 2c3457091a
3 changed files with 7 additions and 8 deletions

View File

@ -44,7 +44,7 @@ public class ChatAreaSendField extends JPanel {
textField = new ChatInputEditor();
textField.setBorder(null);
setBorder(BorderFactory.createMatteBorder(1, 0, 1, 0, Color.lightGray));
setBorder(BorderFactory.createMatteBorder(1, 1, 1, 1, Color.lightGray));
button = new JButton();
if (Spark.isMac()) {