Tiled icons for toolbar

This commit is contained in:
Ken Roberts 2014-10-10 09:54:35 -07:00
parent fcd14a12cd
commit 91ab6a64bf
7 changed files with 1 additions and 2 deletions

View File

@ -110,13 +110,12 @@ class ProjectorWizard(QtGui.QWizard, RegistryProperties):
self.setWindowTitle(translate('OpenLP.ProjectorWizard', self.setWindowTitle(translate('OpenLP.ProjectorWizard',
'New Projector Wizard')) 'New Projector Wizard'))
self.setStartId(ConnectWelcome) self.setStartId(ConnectWelcome)
self.restart()
else: else:
log.debug('ProjectorWizard() Editing existing projector') log.debug('ProjectorWizard() Editing existing projector')
self.setWindowTitle(translate('OpenLP.ProjectorWizard', self.setWindowTitle(translate('OpenLP.ProjectorWizard',
'Edit Projector Wizard')) 'Edit Projector Wizard'))
self.setStartId(ConnectEdit) self.setStartId(ConnectEdit)
self.restart() self.restart()
saved = QtGui.QWizard.exec_(self) saved = QtGui.QWizard.exec_(self)
self.projector = None self.projector = None
return saved return saved

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 920 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 914 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B