forked from openlp/openlp
Style fixes
This commit is contained in:
parent
bf488da516
commit
40edebdab0
@ -125,7 +125,6 @@ class OpenLPWizard(QtGui.QWizard, RegistryProperties):
|
|||||||
QtGui.QWizard.NoBackButtonOnStartPage | QtGui.QWizard.NoBackButtonOnLastPage)
|
QtGui.QWizard.NoBackButtonOnStartPage | QtGui.QWizard.NoBackButtonOnLastPage)
|
||||||
if is_macosx():
|
if is_macosx():
|
||||||
self.setPixmap(QtGui.QWizard.BackgroundPixmap, QtGui.QPixmap(':/wizards/openlp-osx-wizard.png'))
|
self.setPixmap(QtGui.QWizard.BackgroundPixmap, QtGui.QPixmap(':/wizards/openlp-osx-wizard.png'))
|
||||||
#self.resize(634, 386)
|
|
||||||
add_welcome_page(self, image)
|
add_welcome_page(self, image)
|
||||||
self.add_custom_pages()
|
self.add_custom_pages()
|
||||||
if self.with_progress_page:
|
if self.with_progress_page:
|
||||||
|
Loading…
Reference in New Issue
Block a user