diff --git a/src/UI/Launcher.xaml b/src/UI/Launcher.xaml index 75e28517..c0e54b50 100644 --- a/src/UI/Launcher.xaml +++ b/src/UI/Launcher.xaml @@ -12,7 +12,8 @@ Title="Source Git" Width="{Binding Source={x:Static source:App.Setting}, Path=UI.WindowWidth, Mode=TwoWay}" Height="{Binding Source={x:Static source:App.Setting}, Path=UI.WindowHeight, Mode=TwoWay}" - WindowStartupLocation="CenterScreen"> + WindowStartupLocation="CenterScreen" + UseLayoutRounding="True">