Steve74048
3 discussion posts
Hi. Is there a way to maximize the window height while not changing the width of the window? What I'd like to be able to do is use the "Center Window Ignoring Splits (run again to restore position)" scripted function, but have the window height maximized. Thanks in advance.
Oct 6, 2020 (modified Oct 6, 2020)
•
#1
Hey Steve,
If you change the "windowBounds.Height" on line 48 to "monitorBounds.Height", that should work for you.
Thanks!
Steve74048
3 discussion posts
Thanks so much Owen!
Should the line number be 58?
Oct 9, 2020 (modified Oct 9, 2020)
•
#3
Hey Steve,
I don't believe so. Right at the end of line 58, there's the windowBounds.Height in the brackets. If you change that to monitorBounds.height, that should do the trick for you.
Thanks!