chore: break long line

This commit is contained in:
Johan Larsson 2024-01-23 22:13:23 +01:00
parent 1ee7017987
commit e2de76b88b
1 changed files with 3 additions and 1 deletions

View File

@ -161,7 +161,9 @@
\setlength{\moloch@progressinheadfoot@linewidth}{0.4pt} \setlength{\moloch@progressinheadfoot@linewidth}{0.4pt}
\setbeamertemplate{progress bar in head/foot}{ \setbeamertemplate{progress bar in head/foot}{
\nointerlineskip \nointerlineskip
\pgfmathsetlength{\moloch@progressinheadfoot}{\paperwidth * min(1,\insertframenumber/\inserttotalframenumber)} \pgfmathsetlength{\moloch@progressinheadfoot}{%
\paperwidth * min(1,\insertframenumber/\inserttotalframenumber)%
}
\begin{beamercolorbox}[wd=\paperwidth]{progress bar in head/foot} \begin{beamercolorbox}[wd=\paperwidth]{progress bar in head/foot}
\tikzexternaldisable \tikzexternaldisable
\begin{tikzpicture} \begin{tikzpicture}