Skip to content

Don't let applet popups span the whole screen

Marco Martin requested to merge work/mart/keepResizableBorder into master

It's possible to resize some appplets as big as the screen, and in that case the resize borders get disabled as soon as they touch the screen edge, with the possibility to lock the user out from being able to resize the window down again.

Limit the maximum size the use can resize the popup to be 95% of the screen size

BUG:480898

Edited by Marco Martin

Merge request reports