showNonControllerOSD should be disabled if parent is disabled
This commit is contained in:
parent
54216c7f1c
commit
a5a3e9f319
@ -605,7 +605,7 @@ class ConfigDialog(QtGui.QDialog):
|
|||||||
self.showOSDWarningsCheckbox.setStyleSheet(constants.STYLE_SUBCHECKBOX.format(self.posixresourcespath + "chevrons_right.png"))
|
self.showOSDWarningsCheckbox.setStyleSheet(constants.STYLE_SUBCHECKBOX.format(self.posixresourcespath + "chevrons_right.png"))
|
||||||
self.osdSettingsLayout.addWidget(self.showOSDWarningsCheckbox)
|
self.osdSettingsLayout.addWidget(self.showOSDWarningsCheckbox)
|
||||||
|
|
||||||
self.subitems['showOSD'] = ["showSameRoomOSD", "showDifferentRoomOSD", "showSlowdownOSD", "showOSDWarnings"]
|
self.subitems['showOSD'] = ["showSameRoomOSD", "showDifferentRoomOSD", "showSlowdownOSD", "showOSDWarnings", "showNonControllerOSD"]
|
||||||
|
|
||||||
self.osdSettingsGroup.setLayout(self.osdSettingsLayout)
|
self.osdSettingsGroup.setLayout(self.osdSettingsLayout)
|
||||||
self.osdSettingsGroup.setMaximumHeight(self.osdSettingsGroup.minimumSizeHint().height())
|
self.osdSettingsGroup.setMaximumHeight(self.osdSettingsGroup.minimumSizeHint().height())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user