From: Barry Warsaw Date: Thu, 1 Oct 1998 14:26:26 +0000 (+0000) Subject: Make sure the menubar is stretched X-Git-Tag: v1.5.2a2~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b26743ac485b183ba9ae8e727658ac83f8162eba;p=thirdparty%2FPython%2Fcpython.git Make sure the menubar is stretched --- diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py index 82b4097dbee0..af422b7fdb5a 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 #