Don't wrap user list
This commit is contained in:
		@@ -64,7 +64,9 @@ func NewRoomView(room *rooms.Room) *RoomView {
 | 
			
		||||
 | 
			
		||||
	view.status.SetBackgroundColor(tcell.ColorDimGray)
 | 
			
		||||
 | 
			
		||||
	view.userList.SetDynamicColors(true)
 | 
			
		||||
	view.userList.
 | 
			
		||||
		SetDynamicColors(true).
 | 
			
		||||
		SetWrap(false)
 | 
			
		||||
 | 
			
		||||
	return view
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user