Make sure the menubar is stretched
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 @@
         # 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
         #