- Removed _ from end of one setting name.

- Fixed ident on replace_service_manager
This commit is contained in:
suutari-olli 2016-04-17 15:40:34 +03:00
parent c046ba95d9
commit 518dde5d2d
2 changed files with 4 additions and 4 deletions

View File

@ -174,7 +174,7 @@ class GeneralTab(SettingsTab):
self.auto_unblank_check_box.setObjectName('auto_unblank_check_box')
self.settings_layout.addRow(self.auto_unblank_check_box)
self.click_live_slide_to_unblank_check_box = QtWidgets.QCheckBox(self.settings_group_box)
self.click_live_slide_to_unblank_check_box.setObjectName('click_live_slide_to_unblank_')
self.click_live_slide_to_unblank_check_box.setObjectName('click_live_slide_to_unblank')
self.settings_layout.addRow(self.click_live_slide_to_unblank_check_box)
self.auto_preview_check_box = QtWidgets.QCheckBox(self.settings_group_box)
self.auto_preview_check_box.setObjectName('auto_preview_check_box')