Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

workbench: make upper pane of repotabs splitter uncollapsible

reason: the tab name would vanish if the splitter fully collapses,
meaning the name of the repo would be hidden.

Unless we can fix this problem, let's deny collapsing for now.

Changeset 0eab0447a1cb

Parent b488e072a1ee

by Adrian Buehlmann

Changes to one file · Browse files at 0eab0447a1cb Showing diff from parent b488e072a1ee Diff from another changeset...

 
58
59
60
 
 
61
62
63
 
58
59
60
61
62
63
64
65
@@ -58,6 +58,8 @@
  QtGui.QMainWindow.__init__(self)   HgDialogMixin.__init__(self, ui)   + self.repotabs_splitter.setCollapsible(0, False) +   self.dummywidget = QtGui.QWidget()   self.stackedWidget.addWidget(self.dummywidget)   self.stackedWidget.setCurrentWidget(self.dummywidget)