Page 1 of 1

PWB 3 Chrome - window resizing

Posted: Wed Jan 09, 2019 9:40 am
by TRex
Windows 10 v1809 / PWB-3-05-02-chrome

In the [Browser] section I have:
StartMaximized=True
DisableMinimizeButton=True
DisableMaximizeButton=True
DisableCloseButton=True
DisableMoveWindow=True
DisableResizeWindow=True
DisableExit=False <-- because I periodically restart PWB (using the timer) to eliminate extra tabs and return to home page

But I'm finding I can grab the title bar (initial window, no tabs opened) and drag it (once only) which resizes the window. Once it has been resized, it cannot be resized (even though a double-headed arrow will appear over the window borders), but it can be closed (F4) so when it reopens it is maximized. Is there a way to prevent dragging & resizing the PWB window?

Re: PWB 3 Chrome - window resizing

Posted: Wed Jan 09, 2019 6:36 pm
by Scott
The functionality you are describing is part of the Windows Snap Assist. Disabling the Snap Assist in Windows will prevent this.

https://www.howtogeek.com/365043/how-to ... indows-10/

--Scott

Re: PWB 3 Chrome - window resizing

Posted: Thu Jan 10, 2019 7:37 am
by TRex
Thanks!