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

fileview: give filename label stretch factor 1, prevent unnecessary wrap

Changeset 3ef7d5cf7699

Parent e2474d26eecd

by Steve Borho

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

 
120
121
122
123
 
124
125
126
 
120
121
122
 
123
124
125
126
@@ -120,7 +120,7 @@
  f = w.textInteractionFlags()   w.setTextInteractionFlags(f | Qt.TextSelectableByMouse)   w.linkActivated.connect(self.linkActivated) - hbox.addWidget(w) + hbox.addWidget(w, 1)     self.extralabel = w = QLabel()   w.setWordWrap(True)