Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

cslist: prevent to expand the status box

Changeset eab27155da8c

Parent 33ed87ba9fb0

by Yuki KODAMA

Changes to one file · Browse files at eab27155da8c Showing diff from parent 33ed87ba9fb0 Diff from another changeset...

 
65
66
67
68
 
69
70
71
 
65
66
67
 
68
69
70
71
@@ -65,7 +65,7 @@
    ## status box   self.statusbox = statusbox = gtk.HBox() - basebox.pack_start(statusbox) + basebox.pack_start(statusbox, False, False)   basebox.pack_start(gtk.HSeparator(), False, False, 2)     # copy form thgstrip.py