--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Feb 05 11:38:27 2017 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py Sun Feb 05 12:18:49 2017 +0100 @@ -73,6 +73,9 @@ super(HgLogBrowserDialog, self).__init__(parent) self.setupUi(self) + self.mainSplitter.setSizes([300, 400]) + self.mainSplitter.setStretchFactor(0, 1) + self.mainSplitter.setStretchFactor(1, 2) self.diffSplitter.setStretchFactor(0, 1) self.diffSplitter.setStretchFactor(1, 2) @@ -1360,7 +1363,7 @@ else: public += 1 - # step 2: set the status of the phase button + # step 2: set the status of the phase action if public == 0 and \ ((secret > 0 and draft == 0) or (secret == 0 and draft > 0)):