diff options
-rw-r--r-- | Tools/pynche/PyncheWidget.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |