--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui Tue Feb 04 19:41:50 2020 +0100 +++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgImportDialog.ui Tue Feb 04 19:43:37 2020 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>500</width> - <height>400</height> + <height>450</height> </rect> </property> <property name="windowTitle"> @@ -88,7 +88,7 @@ </property> <property name="sizeHint" stdset="0"> <size> - <width>40</width> + <width>258</width> <height>20</height> </size> </property> @@ -113,6 +113,16 @@ </item> </layout> </item> + <item> + <widget class="QCheckBox" name="secretCheckBox"> + <property name="toolTip"> + <string>Enable to commit with the secret phase</string> + </property> + <property name="text"> + <string>Commit with Secret Phase</string> + </property> + </widget> + </item> </layout> </widget> </item> @@ -214,6 +224,7 @@ <tabstop>messageEdit</tabstop> <tabstop>dateEdit</tabstop> <tabstop>userEdit</tabstop> + <tabstop>secretCheckBox</tabstop> <tabstop>stripSpinBox</tabstop> <tabstop>patchFilePicker</tabstop> <tabstop>forceCheckBox</tabstop>