forked from openlp/openlp
Remove extra blank line
This commit is contained in:
parent
0dfda8ff27
commit
cd8f59c7d0
@ -296,7 +296,6 @@ class EditSongForm(QtGui.QDialog, Ui_EditSongDialog):
|
|||||||
rowLabel.append(rowTag)
|
rowLabel.append(rowTag)
|
||||||
self.VerseListWidget.setVerticalHeaderLabels(rowLabel)
|
self.VerseListWidget.setVerticalHeaderLabels(rowLabel)
|
||||||
|
|
||||||
|
|
||||||
def onAuthorAddButtonClicked(self):
|
def onAuthorAddButtonClicked(self):
|
||||||
item = int(self.AuthorsSelectionComboItem.currentIndex())
|
item = int(self.AuthorsSelectionComboItem.currentIndex())
|
||||||
if item > -1:
|
if item > -1:
|
||||||
|
Loading…
Reference in New Issue
Block a user