forked from openlp/openlp
Style fixes
This commit is contained in:
parent
bf488da516
commit
40edebdab0
@ -49,7 +49,7 @@ class Ui_ThemeWizard(object):
|
|||||||
theme_wizard.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
|
theme_wizard.setWindowIcon(build_icon(u':/icon/openlp-logo.svg'))
|
||||||
theme_wizard.setModal(True)
|
theme_wizard.setModal(True)
|
||||||
theme_wizard.setOptions(QtGui.QWizard.IndependentPages |
|
theme_wizard.setOptions(QtGui.QWizard.IndependentPages |
|
||||||
QtGui.QWizard.NoBackButtonOnStartPage | QtGui.QWizard.HaveCustomButton1)
|
QtGui.QWizard.NoBackButtonOnStartPage | QtGui.QWizard.HaveCustomButton1)
|
||||||
if is_macosx():
|
if is_macosx():
|
||||||
theme_wizard.setPixmap(QtGui.QWizard.BackgroundPixmap, QtGui.QPixmap(':/wizards/openlp-osx-wizard.png'))
|
theme_wizard.setPixmap(QtGui.QWizard.BackgroundPixmap, QtGui.QPixmap(':/wizards/openlp-osx-wizard.png'))
|
||||||
theme_wizard.resize(646, 400)
|
theme_wizard.resize(646, 400)
|
||||||
|
@ -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