Skip to content

Commit

Permalink
Bump the window height to account for changed window decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Feb 28, 2024
1 parent b1884bf commit baf6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion energyplus_regressions/tk_window.py
Expand Up @@ -165,7 +165,7 @@ def __init__(self):
fixup_taskbar_icon_on_windows(energyplus_regressions.NAME)

# high level GUI configuration
self.root.geometry('1000x600')
self.root.geometry('1000x630')
self.root.resizable(width=True, height=True)
self.root.option_add('*tearOff', False) # keeps file menus from looking weird

Expand Down

0 comments on commit baf6f48

Please sign in to comment.