mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Make sure the menubar is stretched
This commit is contained in:
parent
65f0b6be47
commit
b26743ac48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue