Add spacing after frametitle

Without it, the content is offset vertically.
This commit is contained in:
Matthias Vogelgesang 2014-10-28 14:08:16 +01:00
parent ccd2e0c261
commit b3dededae0
1 changed files with 4 additions and 3 deletions

View File

@ -190,17 +190,18 @@
%}}}
%{{{ --- Frametitle -------------------
\setbeamertemplate{frametitle}{%
% \nointerlineskip
\begin{beamercolorbox}[wd=\paperwidth,leftskip=0.3cm,rightskip=0.3cm,ht=2.5ex,dp=1.5ex]{frametitle}
\usebeamerfont{frametitle}\MakeLowercase{\insertframetitle}%
\end{beamercolorbox}%
\vspace{-.5em}
\if@useTitleProgressBar
\begin{beamercolorbox}[wd=\paperwidth,ht=1pt,dp=0pt]{frametitle}
\progressbar@titleprogressbar
\end{beamercolorbox}
\fi
\vspace{3em}
}
%}}}
%{{{ --- pgfplots ---------------------