The extra space is being added in /plugins/bibles/lib/mediaitem.py The loop that adds the verses per line contains this:
bible_text = u'%s %s %s\n' % (bible_text, verse_text, text) Note the space inserted between bible_text and verse_text. Still haven't figured out why it works if it's on multiple slides, or completely fills up the first slide. -- You received this bug notification because you are a member of OpenLP Core, which is subscribed to OpenLP. https://bugs.launchpad.net/bugs/788770 Title: Bible verse display misalignment (verse by line) Status in OpenLP - Worship Presentation Software: In Progress Bug description: b1575 - Delete ~/.config/OpenLP/OpenLP.conf to bring up first use wizard, and select the Joao Ferreira de Almeida Portuguese bible. In Bible manager, select Genesis 1:1-10, click on search Change to verses by line Select a couple of verses and click on preview to display on preview monitor. The first verse is flush against the top-left corner, and the subsequent verses are offset to the right slightly. It only happens on the first line, no matter what verses are selected. Try verses 1-3 and 2-4, for example. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp