Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

stable update: remove fixed width of dialog

Changeset c0e47ead8ccb

Parent f6020969396e

by Giampaolo Fadel

Changes to one file · Browse files at c0e47ead8ccb Showing diff from parent f6020969396e Diff from another changeset...

 
29
30
31
32
33
34
35
 
29
30
31
 
32
33
34
@@ -29,7 +29,6 @@
  gtklib.set_tortoise_icon(self, 'menucheckout.ico')   gtklib.set_tortoise_keys(self)   self.set_resizable(False) - self.set_size_request(450, -1)   self.set_has_separator(False)   self.connect('response', self.dialog_response)