Align contact list avatar and contact count labels on the right. Fixing issue reported by Damian Minkov with cut contact count indicator.

cusax-fix
Yana Stamcheva 17 years ago
parent 2a471f88c2
commit 4d952c8a9a

@ -116,10 +116,8 @@ public ContactListCellRenderer()
this.nameLabel.setPreferredSize(new Dimension(10, 17));
this.rightLabel.setPreferredSize(
new Dimension(AVATAR_WIDTH, AVATAR_HEIGHT));
this.rightLabel.setFont(rightLabel.getFont().deriveFont(9f));
this.rightLabel.setHorizontalAlignment(JLabel.CENTER);
this.rightLabel.setHorizontalAlignment(JLabel.RIGHT);
this.add(nameLabel, BorderLayout.CENTER);
this.add(rightLabel, BorderLayout.EAST);

Loading…
Cancel
Save