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

stable rejects: give rejects dialog normal window flags, especially min/max

Changeset d0dd303c1547

Parent 515879ff1c5e

by Steve Borho

Changes to one file · Browse files at d0dd303c1547 Showing diff from parent 515879ff1c5e Diff from another changeset...

 
27
28
29
 
30
31
32
 
27
28
29
30
31
32
33
@@ -27,6 +27,7 @@
  super(RejectsDialog, self).__init__(parent)   self.setWindowTitle(_('Merge rejected patch chunks into %s') %   hglib.tounicode(path)) + self.setWindowFlags(Qt.Window)   self.path = path     self.setLayout(QVBoxLayout())