Preview sucks for combining screenshots. This shows how to do it with sips or imagemagick from the terminal. Fast, scriptable, no dragging things around.

Horizontal:

convert +append a.png b.png c.png

Vertical:

convert -append a.png b.png c.png