From 04ea6816f45fd98a5b155a9c7ea2db43ff45ae20 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 9 Apr 2021 10:04:34 +0800 Subject: [PATCH] style: test to enable UseLayoutRounding --- src/UI/Launcher.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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">