Index: mythplugins/mythgallery/mythgallery/glsingleview.cpp
===================================================================
--- mythplugins/mythgallery/mythgallery/glsingleview.cpp	(revision 24615)
+++ mythplugins/mythgallery/mythgallery/glsingleview.cpp	(working copy)
@@ -50,6 +50,7 @@
     : MythDialog(parent, name)
 {
     QBoxLayout *l = new QVBoxLayout(this);
+    l->setContentsMargins(0, 0, 0, 0);
     m_view = new GLSingleView(itemList, pos, slideShow, sortOrder, this);
     l->addWidget(m_view);
 
