* Fixed a bug that prevented that the width of connection column in user list was restored.

This commit is contained in:
LevelX2 2015-07-09 09:59:20 +02:00
parent 9738f4c0aa
commit b38885b7bf

View file

@ -122,7 +122,7 @@ public class ChatPanel extends javax.swing.JPanel {
*/
private ChatType chatType = ChatType.DEFAULT;
private static final int[] defaultColumnsWidth = {20, 100, 100, 80};
private static final int[] defaultColumnsWidth = {20, 100, 100, 80, 80};
public enum ChatType {