diff -r 54546929c371 -r 978bb45ffdcd eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui --- a/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui Sun Oct 31 18:01:20 2021 +0100 +++ b/eric7/Plugins/VcsPlugins/vcsMercurial/HgBranchInputDialog.ui Mon Nov 01 13:14:46 2021 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>128</height> + <height>130</height> </rect> </property> <property name="windowTitle"> @@ -35,14 +35,28 @@ </widget> </item> <item> - <widget class="QCheckBox" name="commitCheckBox"> - <property name="toolTip"> - <string>Select to commit the branch</string> - </property> - <property name="text"> - <string>Commit Branch</string> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QCheckBox" name="commitCheckBox"> + <property name="toolTip"> + <string>Select to commit the branch</string> + </property> + <property name="text"> + <string>Commit Branch</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="forceCheckBox"> + <property name="toolTip"> + <string>Select to force creating the branch</string> + </property> + <property name="text"> + <string>Force</string> + </property> + </widget> + </item> + </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox">