Ticket #8454: glsingleview.cpp.patch
File glsingleview.cpp.patch, 515 bytes (added by , 15 years ago) |
---|
-
mythplugins/mythgallery/mythgallery/glsingleview.cpp
50 50 : MythDialog(parent, name) 51 51 { 52 52 QBoxLayout *l = new QVBoxLayout(this); 53 l->setContentsMargins(0, 0, 0, 0); 53 54 m_view = new GLSingleView(itemList, pos, slideShow, sortOrder, this); 54 55 l->addWidget(m_view); 55 56