Fixed word wrap style in input area.

This commit is contained in:
Doublestrike
2011-11-26 01:04:31 +00:00
parent b712905af9
commit 3232fcec16

View File

@@ -47,6 +47,7 @@ public class ViewInput extends FRoundedPanel {
tarMessage.setFocusable(false);
tarMessage.setEditable(false);
tarMessage.setLineWrap(true);
tarMessage.setWrapStyleWord(true);
tarMessage.setForeground(skin.getClrText());
tarMessage.setFont(skin.getFont1().deriveFont(Font.PLAIN, 12));
add(tarMessage, "span 2 1, h 80%!, w 96%!, gapleft 2%, gaptop 1%");