mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1735: MUC occupants list should have vertical scrollbar
This commit is contained in:
@ -130,7 +130,6 @@ public class GroupChatParticipantList extends JPanel {
|
|||||||
agentInfoPanel = new ImageTitlePanel(Res
|
agentInfoPanel = new ImageTitlePanel(Res
|
||||||
.getString("message.participants.in.room"));
|
.getString("message.participants.in.room"));
|
||||||
participantsList = new JXList(model);
|
participantsList = new JXList(model);
|
||||||
participantsList.setPreferredSize( new Dimension( 200, getHeight() ));
|
|
||||||
participantsList.setCellRenderer(new ParticipantRenderer());
|
participantsList.setCellRenderer(new ParticipantRenderer());
|
||||||
|
|
||||||
// Set the room to track
|
// Set the room to track
|
||||||
|
|||||||
Reference in New Issue
Block a user