trackplacer: Set toolbar to no expand.

This commit is contained in:
Eric S. Raymond 2008-10-24 20:36:47 +00:00
parent d8f92addff
commit ab65c4964f

View file

@ -514,7 +514,7 @@ class TracksEditor:
toolbar.set_orientation(gtk.ORIENTATION_HORIZONTAL)
toolbar.set_style(gtk.TOOLBAR_BOTH)
toolbar.set_border_width(1)
vbox.add(toolbar)
vbox.pack_start(toolbar, expand = False)
toolbar.show()
# Toolbar widget has a fit when we try to pack these separately.