--- a/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui Mon Apr 13 11:30:24 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/MicroPythonPage.ui Mon Apr 13 16:26:46 2020 +0200 @@ -135,6 +135,35 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_7"> + <property name="title"> + <string>Chart Pane</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLabel" name="label_11"> + <property name="text"> + <string>Color Theme:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="chartThemeComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the color scheme of the chart</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>MPY Cross Compiler</string> @@ -333,6 +362,7 @@ <tabstop>syncTimeCheckBox</tabstop> <tabstop>colorSchemeComboBox</tabstop> <tabstop>replWrapCheckBox</tabstop> + <tabstop>chartThemeComboBox</tabstop> <tabstop>mpyCrossPicker</tabstop> <tabstop>dfuUtilPathPicker</tabstop> <tabstop>micropythonFirmwareUrlLineEdit</tabstop>