208 Preferences.setUI("ShowIrc", self.ircCheckBox.isChecked()) |
208 Preferences.setUI("ShowIrc", self.ircCheckBox.isChecked()) |
209 Preferences.setUI("ShowMicroPython", self.microPythonCheckBox.isChecked()) |
209 Preferences.setUI("ShowMicroPython", self.microPythonCheckBox.isChecked()) |
210 # bottom side |
210 # bottom side |
211 Preferences.setUI("ShowNumbersViewer", self.numbersCheckBox.isChecked()) |
211 Preferences.setUI("ShowNumbersViewer", self.numbersCheckBox.isChecked()) |
212 |
212 |
|
213 # save the sidebars settings |
213 Preferences.setUI("IconBarSize", self.iconSizeComboBox.currentData()) |
214 Preferences.setUI("IconBarSize", self.iconSizeComboBox.currentData()) |
214 Preferences.setUI("IconBarColor", self.__iconBarColor) |
215 Preferences.setUI("IconBarColor", self.__iconBarColor) |
215 Preferences.setUI( |
216 Preferences.setUI( |
216 "CombinedLeftRightSidebar", |
217 "CombinedLeftRightSidebar", |
217 self.combinedLeftRightSidebarCheckBox.isChecked(), |
218 self.combinedLeftRightSidebarCheckBox.isChecked(), |