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