SPARK-1735: MUC occupants list should have vertical scrollbar

This commit is contained in:
Guus der Kinderen
2016-08-20 14:02:13 +02:00
parent abd223dddb
commit f0859e6ce0

View File

@ -130,7 +130,6 @@ public class GroupChatParticipantList extends JPanel {
agentInfoPanel = new ImageTitlePanel(Res
.getString("message.participants.in.room"));
participantsList = new JXList(model);
participantsList.setPreferredSize( new Dimension( 200, getHeight() ));
participantsList.setCellRenderer(new ParticipantRenderer());
// Set the room to track