forked from openlp/openlp
Alignment
This commit is contained in:
parent
95cb64201b
commit
95fad4b2d7
@ -80,9 +80,9 @@ class Ui_FirstTimeWizard(object):
|
|||||||
self.pluginLayout.addWidget(self.imageCheckBox)
|
self.pluginLayout.addWidget(self.imageCheckBox)
|
||||||
self.presentationCheckBox = QtGui.QCheckBox(self.pluginPage)
|
self.presentationCheckBox = QtGui.QCheckBox(self.pluginPage)
|
||||||
if sys.platform == "darwin":
|
if sys.platform == "darwin":
|
||||||
self.presentationCheckBox.setChecked(False)
|
self.presentationCheckBox.setChecked(False)
|
||||||
else:
|
else:
|
||||||
self.presentationCheckBox.setChecked(True)
|
self.presentationCheckBox.setChecked(True)
|
||||||
self.presentationCheckBox.setObjectName(u'presentationCheckBox')
|
self.presentationCheckBox.setObjectName(u'presentationCheckBox')
|
||||||
self.pluginLayout.addWidget(self.presentationCheckBox)
|
self.pluginLayout.addWidget(self.presentationCheckBox)
|
||||||
self.mediaCheckBox = QtGui.QCheckBox(self.pluginPage)
|
self.mediaCheckBox = QtGui.QCheckBox(self.pluginPage)
|
||||||
|
Loading…
Reference in New Issue
Block a user