Following Beamer: increase radius of circle in TOC and include subsection bullet I set the 'subsection in toc' of Beamer by:
\setbeamertemplate{subsection in toc}
{\leavevmode\leftskip=2em$\bullet$\hskip1em\inserttocsubsection\par}
However, if a subsection title exceeds the current line, the new line is not indented correcty; the new line begins below the bullet and is not aligend with the first line. How can I change this?

