FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
66 stars 6 forks source link

Fix window borders #70

Closed grulja closed 2 weeks ago

grulja commented 2 weeks ago

Alternative solution to https://github.com/FedoraQt/QAdwaitaDecorations/pull/69.

bertini97 commented 2 weeks ago

Thank you for taking the time to look into this. This commit produces the following on my end:

Schermata del 2024-06-18 11-07-33

There are grey rectangles coming out the window at the bottom; when I have time I'll look into why this happens. Also, without antialiasing, at around menubar height, the rounded rectangle used for the title bar leaks in the window border.

grulja commented 2 weeks ago

Thanks for testing, I didn't notice this as I was testing in Weston with a small window size and running Wireshark it didn't fit there completely so I didn't see it. Trying an app with a smaller window I can reproduce and fixed it now.

grulja commented 2 weeks ago

Can you please check if it works with antialising now?

bertini97 commented 2 weeks ago

It works!