--- a/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui Sun Jun 17 13:08:15 2018 +0200 +++ b/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui Sun Jun 17 13:09:00 2018 +0200 @@ -18,11 +18,28 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QComboBox" name="venvComboBox"> - <property name="toolTip"> - <string>Select the virtual environment to be used</string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Virtual Environment:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="venvComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the virtual environment to be used</string> + </property> + </widget> + </item> + </layout> </item> <item> <layout class="QGridLayout" name="gridLayout">