ux: force using 4 * RenderScaling as resize border size on Windows

Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
leo 2025-05-12 17:57:49 +08:00
parent 641098ffb2
commit af9cf6ba6a
No known key found for this signature in database
5 changed files with 104 additions and 0 deletions

View file

@ -45,6 +45,8 @@ namespace SourceGit.Views
ExtendClientAreaChromeHints = ExtendClientAreaChromeHints.SystemChrome;
ExtendClientAreaToDecorationsHint = true;
}
Native.OS.SetupForWindow(this);
}
public void BeginMoveWindow(object _, PointerPressedEventArgs e)