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

bugreport: do not allow the custom dialog to wrap the error message

Changeset 090d69803260

Parent 97ae5971aa42

by Steve Borho

Changes to one file · Browse files at 090d69803260 Showing diff from parent 97ae5971aa42 Diff from another changeset...

 
147
148
149
 
150
151
152
 
147
148
149
150
151
152
153
@@ -147,6 +147,7 @@
  self._textlabel = QLabel(text, wordWrap=True,   textInteractionFlags=labelflags)   self._textlabel.linkActivated.connect(self._openlink) + self._textlabel.setWordWrap(False)   self.layout().addWidget(self._textlabel)     bb = QDialogButtonBox(QDialogButtonBox.Close, centerButtons=True)