From 9e5ad7e2b4194fec253c6291478de5c1a2d880e6 Mon Sep 17 00:00:00 2001 From: PrefacedCorg <1876568293@qq.com> Date: Mon, 27 Apr 2026 10:06:05 +0800 Subject: [PATCH] =?UTF-8?q?refactor(HomePage):=20=E5=B0=86=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=8C=89=E9=92=AE=E5=B8=83=E5=B1=80=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=BD=91=E6=A0=BC=E6=8E=92=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将操作区域的三个按钮从垂直排列改为水平网格布局,使用Grid控件实现三列等宽排列,提升界面空间利用率和美观性 --- .../Windows/SettingsViews/Pages/HomePage.xaml | 45 +++++++++++-------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml b/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml index edf0cc03..d1352107 100644 --- a/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml +++ b/Ink Canvas/Windows/SettingsViews/Pages/HomePage.xaml @@ -31,27 +31,34 @@ + + + + + + + + + + + + - - - - - + + + + + - - - - - - - - - - - + + + + + +