1
0
mirror of https://gitlab.com/openlp/openlp.git synced 2024-09-27 18:37:35 +00:00

Fix typo in typo fix

This commit is contained in:
Jonathan Springer 2015-11-23 14:14:58 -05:00
parent 9e349b55f7
commit c37b033ba0

View File

@ -259,7 +259,7 @@ class BibleImportForm(OpenLPWizard):
self.zefania_widget = QtWidgets.QWidget(self.select_page)
self.zefania_widget.setObjectName('ZefaniaWidget')
self.zefania_layout = QtWidgets.QFormLayout(self.zefania_widget)
self.zefania_layout.setContentsMargin(0, 0, 0, 0)
self.zefania_layout.setContentsMargins(0, 0, 0, 0)
self.zefania_layout.setObjectName('ZefaniaLayout')
self.zefania_file_label = QtWidgets.QLabel(self.zefania_widget)
self.zefania_file_label.setObjectName('ZefaniaFileLabel')