PolyMeilex / sctk-adwaita

Adwaita-like SCTK Frame
MIT License
26 stars 19 forks source link

Extended resize corners #47

Closed Friz64 closed 9 months ago

Friz64 commented 9 months ago

This change can best be explained using these videos:

Screencast from 2023-11-25 23-42-04.webm

Screencast from 2023-11-25 23-42-54.webm

Essentially, when resizing, the corner resize region is enlarged. This resolves a parity issue with GTK. The values were directly taken from the GTK source code, as per the comments above the constants.

PolyMeilex commented 9 months ago

Thanks!