diff --git a/openlp/plugins/images/imageplugin.py b/openlp/plugins/images/imageplugin.py index f65ea2f02..7ffb82bad 100644 --- a/openlp/plugins/images/imageplugin.py +++ b/openlp/plugins/images/imageplugin.py @@ -157,8 +157,10 @@ class ImagePlugin(Plugin, PluginUtils): self.ImageListPreview = QtGui.QWidget() self.MediaManagerItem.PageLayout.addWidget(self.ImageListPreview) self.ImageListView.setGeometry(QtCore.QRect(10, 100, 256, 591)) - + self.ImageListView.setSpacing(1) + self.ImageListView.setAlternatingRowColors(True) # return self.MediaManagerItem + def initialise(self): log.info("Plugin Initialising") diff --git a/openlp/plugins/images/imageserviceitem.py b/openlp/plugins/images/imageserviceitem.py index 321bdca46..c85797db3 100644 --- a/openlp/plugins/images/imageserviceitem.py +++ b/openlp/plugins/images/imageserviceitem.py @@ -32,7 +32,11 @@ class ImageServiceItem(ServiceItem): the preview preview and the live preview - + The image plugin passes one of these to the preview/live when requested + The preview/live controllers keep hold of it + The service manager has one in its service structure for each Image item in the OOS + When something goes live/previews - + it simply tells the slide controller to use it??? """ global log