forked from openlp/openlp
Typo
This commit is contained in:
parent
f60379b542
commit
7a1741258a
@ -43,7 +43,7 @@ class Ui_AuthorsDialog(object):
|
|||||||
Set up the UI for the dialog.
|
Set up the UI for the dialog.
|
||||||
"""
|
"""
|
||||||
authors_dialog.setObjectName('authors_dialog')
|
authors_dialog.setObjectName('authors_dialog')
|
||||||
authorsDialog.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
|
authors_dialog.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
|
||||||
authors_dialog.resize(300, 10)
|
authors_dialog.resize(300, 10)
|
||||||
authors_dialog.setModal(True)
|
authors_dialog.setModal(True)
|
||||||
self.dialog_layout = QtGui.QVBoxLayout(authors_dialog)
|
self.dialog_layout = QtGui.QVBoxLayout(authors_dialog)
|
||||||
|
Loading…
Reference in New Issue
Block a user