Bug 2707: reverting linkbox change from r10763
svn: r12012
This commit is contained in:
parent
63aa9b9ea3
commit
bcf2cd4fa4
@ -47,7 +47,7 @@ class LinkBox(gtk.HBox):
|
||||
def __init__(self, link, button):
|
||||
gtk.HBox.__init__(self)
|
||||
self.set_spacing(6)
|
||||
self.pack_start(link, True)
|
||||
self.pack_start(link, False)
|
||||
if button:
|
||||
self.pack_start(button, False)
|
||||
self.show()
|
||||
|
Loading…
x
Reference in New Issue
Block a user