eric7/VirtualEnv/VirtualenvConfigurationDialog.ui

branch
eric7
changeset 9144
135240382a3e
parent 8358
144a6b854f70
--- a/eric7/VirtualEnv/VirtualenvConfigurationDialog.ui	Fri Jun 10 11:12:50 2022 +0200
+++ b/eric7/VirtualEnv/VirtualenvConfigurationDialog.ui	Fri Jun 10 18:13:47 2022 +0200
@@ -25,12 +25,6 @@
      <layout class="QGridLayout" name="gridLayout_3">
       <item row="0" column="0">
        <widget class="QRadioButton" name="virtualenvButton">
-        <property name="font">
-         <font>
-          <weight>75</weight>
-          <bold>true</bold>
-         </font>
-        </property>
         <property name="toolTip">
          <string>Select to use 'virtualenv'</string>
         </property>
@@ -54,14 +48,8 @@
       </item>
       <item row="1" column="0">
        <widget class="QRadioButton" name="pyvenvButton">
-        <property name="font">
-         <font>
-          <weight>75</weight>
-          <bold>true</bold>
-         </font>
-        </property>
         <property name="toolTip">
-         <string>Select to use 'pyvenv'</string>
+         <string>Select to use 'python -m venv'</string>
         </property>
         <property name="text">
          <string notr="true">0.0</string>
@@ -70,12 +58,6 @@
       </item>
       <item row="2" column="0">
        <widget class="QRadioButton" name="condaButton">
-        <property name="font">
-         <font>
-          <weight>75</weight>
-          <bold>true</bold>
-         </font>
-        </property>
         <property name="toolTip">
          <string>Select to use 'conda'</string>
         </property>

eric ide

mercurial