diff -r 8c3d033e5044 -r 0cdead130a81 eric6/Preferences/ConfigurationPages/PythonPage.ui --- a/eric6/Preferences/ConfigurationPages/PythonPage.ui Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/PythonPage.ui Sun Jun 21 18:26:12 2020 +0200 @@ -89,7 +89,7 @@ <item row="0" column="0" colspan="2"> <widget class="QLabel" name="label_3"> <property name="text"> - <string>Enter the file extensions to be associated with the Python versions separated by a space. They must not overlap with each other.</string> + <string>Enter the file extensions to be associated with Python separated by a space.</string> </property> <property name="wordWrap"> <bool>true</bool> @@ -97,23 +97,13 @@ </widget> </item> <item row="1" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Python 2:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="py2ExtensionsEdit"/> - </item> - <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Python 3:</string> </property> </widget> </item> - <item row="2" column="1"> + <item row="1" column="1"> <widget class="QLineEdit" name="py3ExtensionsEdit"/> </item> </layout> @@ -142,27 +132,13 @@ </property> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>Python 2:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="py2EnvironmentEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Python 3:</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="0" column="1"> <widget class="QLineEdit" name="py3EnvironmentEdit"> <property name="readOnly"> <bool>true</bool> @@ -233,9 +209,7 @@ <tabstops> <tabstop>stringEncodingComboBox</tabstop> <tabstop>ioEncodingComboBox</tabstop> - <tabstop>py2ExtensionsEdit</tabstop> <tabstop>py3ExtensionsEdit</tabstop> - <tabstop>py2EnvironmentEdit</tabstop> <tabstop>py3EnvironmentEdit</tabstop> <tabstop>refreshButton</tabstop> </tabstops>