From b26743ac485b183ba9ae8e727658ac83f8162eba Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 1 Oct 1998 14:26:26 +0000 Subject: Make sure the menubar is stretched --- Tools/pynche/PyncheWidget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index 82b4097..af422b7 100644 --- a/Tools/pynche/PyncheWidget.py +++ b/Tools/pynche/PyncheWidget.py @@ -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 # -- cgit v0.12