]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Make sure the menubar is stretched
authorBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 14:26:26 +0000 (14:26 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 1 Oct 1998 14:26:26 +0000 (14:26 +0000)
Tools/pynche/PyncheWidget.py

index 82b4097dbee032c76e800e9b38d6b4d1031a7daa..af422b7fdb5a6517868d06e05e2bd5a959cbe7ec 100644 (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
         #