From 2871db803dc141848388c342c1c91fe9a76a869c Mon Sep 17 00:00:00 2001
From: "J.F.J. Laros" <j.f.j.laros@lumc.nl>
Date: Thu, 15 May 2014 20:00:18 +0200
Subject: [PATCH] Inner frame was a bit too large (nonsymmetrical).

---
 beamerthemelumc.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/beamerthemelumc.sty b/beamerthemelumc.sty
index f66bf81..df6fd9d 100644
--- a/beamerthemelumc.sty
+++ b/beamerthemelumc.sty
@@ -81,7 +81,7 @@
 \newenvironment{pframe}{
   \begin{frame}[fragile, environment=pframe]
     \frametitle{\insertsubsection}
-    \begin{minipage}[t][1.03\textheight]{1.03\textwidth}
+    \begin{minipage}[t][1.03\textheight]{\textwidth}
 }{
     \end{minipage}
   \end{frame}
-- 
GitLab