Skip to content

Commit

Permalink
main : updated menubar types
Browse files Browse the repository at this point in the history
  • Loading branch information
my1e5 committed Mar 13, 2023
1 parent b260519 commit 8d1d3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menubar/menubar_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
dpg.add_menu_item(label="Edit")
dpg.add_menu_item(label="View")

with dpg.window(menubar=True):
with dpg.window(pos=(100,100)):
with dpg.menu_bar():
with dpg.menu(label="File"):
dpg.add_menu_item(label="New")
Expand Down

0 comments on commit 8d1d3d7

Please sign in to comment.