More fixing for Leopard users
This commit is contained in:
parent
7c530aaf7a
commit
ceb180c1c2
1 changed files with 2 additions and 1 deletions
3
menus.py
3
menus.py
|
@ -1336,7 +1336,8 @@ class PesterOptions(QtGui.QDialog):
|
|||
layout_idle.setAlignment(QtCore.Qt.AlignTop)
|
||||
layout_idle.addLayout(layout_5)
|
||||
layout_idle.addLayout(layout_6)
|
||||
layout_idle.addWidget(self.mspaCheck)
|
||||
if not ostools.isOSXLeopard():
|
||||
layout_idle.addWidget(self.mspaCheck)
|
||||
self.pages.addWidget(widget)
|
||||
|
||||
# Theme
|
||||
|
|
Loading…
Reference in a new issue