Skip to content

constraints: Fix titlebars going off the bottom

Florian Müllner requested to merge wip/fmuellner/fix-titlebar-constraint into master

The "current" rect includes the frame, so in order to keep the titlebar on screen, window movement must be restricted to at most (height - titlebar_height) past the work area bottom.

Merge request reports