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

status: disallow to collapse splitter children

Changeset 2e774bd77439

Parent b4cc29a3251a

by Adrian Buehlmann

Changes to one file · Browse files at 2e774bd77439 Showing diff from parent b4cc29a3251a Diff from another changeset...

 
79
80
81
 
82
83
84
 
79
80
81
82
83
84
85
@@ -79,6 +79,7 @@
  SP = QSizePolicy     split = QSplitter(Qt.Horizontal) + split.setChildrenCollapsible(False)   layout = QVBoxLayout()   layout.setMargin(0)   layout.addWidget(split)