Context: I am using Lyx with the KOMA-Script-Book class to generate a book with a table of contents. I am not using any special hacks, just the vanilla configuration via the Lyx GUI. My preamble has only one line of code \setcounter{chapter}{-1}.
Problem: The contents page shows the chapter numbers too close to the chapter titles. See image below to best illustrate the problem.
Any suggestions for how to fix?

\KOMAoptions{toc=flat}. Or read the KOMA documentation about more options to adapt the table of contents. – Ulrike Fischer Dec 13 '22 at 17:07