← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bugfixes into lp:openlp

 

Review: Approve
Please remember to fix up the spacing if you see it's wrong:

10	+ self.slidecontroller = ((self.width - (self.mainwindow_docbars * 3 ) / 2) / 2) -100
Should be:
10	+ self.slidecontroller = ((self.width - (self.mainwindow_docbars * 3) / 2) / 2) - 100

"self.xSlideSshowController" is a confusing name for a slide show controller... can you make it a little more self explanatory?
-- 
https://code.launchpad.net/~trb143/openlp/bugfixes/+merge/11276
Your team openlp.org Core is subscribed to branch lp:openlp.



References