fix: window border artifacts when drag maximized window to another monitor

This commit is contained in:
leo 2024-06-27 22:06:05 +08:00
parent f8c4137c78
commit ac00d1a221
No known key found for this signature in database
2 changed files with 16 additions and 4 deletions

View file

@ -13,9 +13,6 @@
Icon="/App.ico"
Title="SourceGit"
MinWidth="1280" MinHeight="720"
Width="{Binding Source={x:Static vm:Preference.Instance}, Path=Layout.LauncherWidth, Mode=TwoWay}"
Height="{Binding Source={x:Static vm:Preference.Instance}, Path=Layout.LauncherHeight, Mode=TwoWay}"
WindowState="{Binding Source={x:Static vm:Preference.Instance}, Path=Layout.LauncherWindowState, Mode=TwoWay}"
WindowStartupLocation="CenterScreen">
<Grid x:Name="MainLayout">
<Grid.RowDefinitions>