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

repowidget: use 'expandable' option

Changeset b75d00a28ceb

Parent d28448f4f877

by Yuki KODAMA

Changes to one file · Browse files at b75d00a28ceb Showing diff from parent d28448f4f877 Diff from another changeset...

 
164
165
166
167
168
 
 
169
170
171
 
164
165
166
 
 
167
168
169
170
171
@@ -164,8 +164,8 @@
  custom = csinfo.custom(data=data_func, label=label_func,   markup=markup_func)   style = csinfo.panelstyle(contents=('cset', 'branch', 'user', - 'dateage', 'parents', 'children', 'tags', - 'transplant', 'p4', 'svn'), selectable=True) + 'dateage', 'parents', 'children', 'tags', 'transplant', + 'p4', 'svn'), selectable=True, expandable=True)   self.revpanel = csinfo.create(self.repo, style=style, custom=custom)   self.verticalLayout.insertWidget(0, self.revpanel)