Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.5, 2.1, and 2.1.1

stable commit: disallow to hide message textedit

Commit widget without message area is useless.

Changeset 3ab5b75de1c0

Parent f7a2f8ff5c81

by Yuya Nishihara

Changes to one file · Browse files at 3ab5b75de1c0 Showing diff from parent f7a2f8ff5c81 Diff from another changeset...

 
251
252
253
 
254
255
256
 
251
252
253
254
255
256
257
@@ -251,6 +251,7 @@
  self.split.setSizePolicy(sp)   # Add our widgets to the top of our splitter   self.split.addWidget(upperframe) + self.split.setCollapsible(0, False)   # Add status widget document frame below our splitter   # this reparents the docf from the status splitter   self.split.addWidget(self.stwidget.docf)