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

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

Changeset 136c44309bc8

Parent a2d09dc6ee22

by Steve Borho

Changes to one file · Browse files at 136c44309bc8 Showing diff from parent a2d09dc6ee22 Diff from another changeset...

 
23
24
25
 
26
27
28
 
23
24
25
26
27
28
29
@@ -23,6 +23,7 @@
    def __init__(self, repo, parent):   QDialog.__init__(self, parent) + self.setWindowFlags(Qt.Window)     self.repo = repo   self.shelves = []