From e416151a566a40fb614a52ed34baa12299f2f4c6 Mon Sep 17 00:00:00 2001 From: PrefacedCorg <129855423+PrefacedCorg@users.noreply.github.com> Date: Wed, 29 Apr 2026 17:05:49 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E4=B8=BB=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=B0=BA=E5=AF=B8=E4=B8=BA1920x1080=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=88=86=E8=BE=A8=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ink Canvas/MainWindow.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 8f8c2c1d..b55c99ad 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -26,7 +26,7 @@ Closing="Window_Closing" Closed="Window_Closed" PreviewKeyDown="Main_Grid_PreviewKeyDown" - Height="6000" Width="1440" + Height="1080" Width="1920" FontFamily="Microsoft YaHei UI" MouseWheel="Window_MouseWheel" Foreground="{DynamicResource FloatBarForeground}"