From bb951235346ca50c697b3c86f714b2fe26fe5dbc Mon Sep 17 00:00:00 2001 From: Martin Thompson Date: Wed, 4 Mar 2009 21:54:26 +0000 Subject: [PATCH] Updating bzr-revno: 370 --- openlp/plugins/images/imageplugin.py | 4 +++- openlp/plugins/images/imageserviceitem.py | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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