fix: collapse shadow padding when window touches a screen edge - #2717
gadfly3173 wants to merge 1 commit into
Conversation
The custom window frame draws its shadow inside a 12px transparent padding that belongs to the window bounds, so window managers clamp the padded bounds against the screen edge and the visible content stops short of it. Collapse the padding on the touching side to let the content sit flush against the edge.
5a7eee7 to
ba3936e
Compare
|
Tested on Endeavour OS) It might be a little special, but it does not work in all the cases. (Just as a side note. My setup is special, so this would not block anything IMHO) |
|
Avalonia can detect each physical monitor through This comes from |
|
I am on wayland, just as a side note :D But interestingly, this is he only exception its seems. |
Closes #2716