diff -r a00e63f6d766 -r c79ecba9cde7 Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui --- a/Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui Tue Jun 12 18:59:45 2018 +0200 +++ b/Plugins/UiExtensionPlugins/PipInterface/PipFileSelectionDialog.ui Tue Jun 12 19:01:06 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>600</width> - <height>144</height> + <height>170</height> </rect> </property> <property name="windowTitle"> @@ -20,21 +20,21 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Select the pip executable to be used:</string> + <string>Virtual Environment:</string> </property> </widget> </item> <item> - <widget class="QComboBox" name="pipComboBox"> + <widget class="QComboBox" name="venvComboBox"> <property name="toolTip"> - <string>Select the pip command to use</string> + <string>Select the virtual environment to be used</string> </property> </widget> </item> <item> <widget class="QLabel" name="fileLabel"> <property name="text"> - <string>Enter file name:</string> + <string>File Name:</string> </property> </widget> </item>