Extending into the client area is difficult to interact with, but I have fix it in a PR! #1918
BobbyCannon
started this conversation in
General
Replies: 1 comment
-
|
I think the modifications you made are fine. When this PR is merged into the release version, SourceGit will remove the relevant overrides. Currently, SourceGit will retain this change because the current resizing-box is too thick, which causes some interface elements (such as scroll bars) to not respond correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
AvaloniaUI/Avalonia#20056
Source git overrides the Title Bar by extending into the client area. The issue is that it also extends into the left, right, and bottom resize border. This make it harder to resize the window and impossible to interact with control under than margin (area).
Please give support to my PR if you want to see this corrected. Also please leave feedback on the PR if you feel that my fix is incorrect. I thought also to add a new option to allow only extending into the title bar in case people do want the current behavior.
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions