Make sure the menubar is stretched

This commit is contained in:
Barry Warsaw 1998-10-01 14:26:26 +00:00
parent 65f0b6be47
commit b26743ac48

View file

@ -22,7 +22,7 @@ class PyncheWidget:
# create the menubar
#
menubar = self.__menubar = Frame(root, relief=RAISED, borderwidth=2)
menubar.pack(fill=X)
menubar.grid(row=0, column=0, columnspan=2, sticky='EW')
#
# File menu
#