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

csinfo: remove 'label' option

Use QGroupBox to put SummaryPanel in labeled frame.

Changeset 0077badedc5f

Parent b75d00a28ceb

by Yuki KODAMA

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

 
507
508
509
510
511
512
513
514
515
516
517
518
 
507
508
509
 
 
 
 
 
 
510
511
512
@@ -507,12 +507,6 @@
  val = sel and Qt.TextSelectableByMouse or Qt.TextBrowserInteraction   self.revlabel.setTextInteractionFlags(val)   -# if 'label' in self.csstyle: -# label = self.csstyle['label'] -# assert isinstance(label, basestring) -# self.set_label(label) -# self.set_shadow_type(gtk.SHADOW_ETCHED_IN) -   # build info   contents = self.csstyle.get('contents', ())   if 'expandable' in self.csstyle and self.expand_btn is not None \