forked from External/mage
* Fixed a bug that prevented that the width of connection column in user list was restored.
This commit is contained in:
parent
9738f4c0aa
commit
b38885b7bf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue