--- a/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui Fri May 20 11:17:22 2022 +0200 +++ b/eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.ui Fri May 20 11:30:09 2022 +0200 @@ -41,9 +41,18 @@ </item> <item> <widget class="QComboBox" name="modeComboBox"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> <property name="toolTip"> <string>Select the mode (find or filter)</string> </property> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToContents</enum> + </property> </widget> </item> <item> @@ -115,6 +124,12 @@ </item> <item> <widget class="QComboBox" name="branchCombo"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> <property name="toolTip"> <string>Select the branch to filter on</string> </property> @@ -138,9 +153,18 @@ </item> <item> <widget class="QComboBox" name="fieldCombo"> + <property name="minimumSize"> + <size> + <width>100</width> + <height>0</height> + </size> + </property> <property name="toolTip"> <string>Select the field to filter on</string> </property> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToContents</enum> + </property> </widget> </item> <item>