The AgentPress Listings plugin widget image size can be changed by adding a new image size in functions.php. It would look like this:
add_image_size( 'properties', 460, 460, true ); // For AgentPress Listings widget.
It needs the name ‘properties’, but the sizes can be set to any width and height you prefer.