Add some extra space on the left of chat write area.

cusax-fix
Yana Stamcheva 16 years ago
parent 70ec460a49
commit bbafa2a415

@ -98,8 +98,12 @@ public ChatWritePanel(ChatPanel panel)
this.rightButtonMenu =
new WritePanelRightButtonMenu(chatPanel.getChatWindow());
scrollPane
.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
scrollPane.setHorizontalScrollBarPolicy(
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
scrollPane.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createMatteBorder(1, 0, 1, 0, Color.GRAY),
BorderFactory.createEmptyBorder(0, 2, 0, 2)));
scrollPane.setViewportView(editorPane);

Loading…
Cancel
Save