Skip to content

window: Fix up resize borders

Matthias Clasen requested to merge resize-borders into master

The invisible resize borders have been wider than they should, for a while. Go back to a size close to what we have in GTK3.

To summarize: resize borders will be at most 12 pixels on each size, but never wider than the windows shadow. The resize corners have 'legs' of 24 pixels where you still get a corner resize cursor.

Fixes: #3856 (closed)

Merge request reports