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

stable revset: give the revset dialog normal window buttons, including maximize

Changeset 1cadc10996a9

Parent f757843e8eb3

by Angel Ezquerra

Changes to one file · Browse files at 1cadc10996a9 Showing diff from parent f757843e8eb3 Diff from another changeset...

 
119
120
121
122
 
123
124
125
 
119
120
121
 
122
123
124
125
@@ -119,7 +119,7 @@
    self.repo = repo   self.setWindowTitle(_('Revision Set Query')) - self.setWindowFlags(Qt.Tool) + self.setWindowFlags(Qt.Window)     layout = QVBoxLayout()   layout.setMargin(0)