I have many images in a part of my document, now the list of figures numbers collide with its respective image caption as seen below. There would be enough space to move the text a bit more to the right... is there any way to reconfigure the LOF?

I have many images in a part of my document, now the list of figures numbers collide with its respective image caption as seen below. There would be enough space to move the text a bit more to the right... is there any way to reconfigure the LOF?

From the linked question in the comments, I figured out the following:
\makeatletter
\renewcommand*\l@figure{\@dottedtocline{1}{1em}{3.2em}}
\makeatother
Which produces:

\l@figureand apply to it the same method suggested for the other cases. – egreg Dec 14 '12 at 13:50