From c32eaed534d8b5e44470fa40660cfc92575cadcb Mon Sep 17 00:00:00 2001 From: CJKmkp <2564608840@qq.com> Date: Sun, 5 Oct 2025 09:29:31 +0800 Subject: [PATCH] improve:UI --- Ink Canvas/MainWindow.xaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 7a53fd76..d7958e35 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -5607,8 +5607,7 @@ x:Name="BoardCircleEraserTabButtonText" Foreground="{DynamicResource FloatBarForeground}" FontWeight="Medium" FontSize="9" TextAlignment="Center" - Text="圆形擦" - Margin="2,1,0,0" /> + Text="圆形擦" /> @@ -5634,8 +5633,7 @@ x:Name="BoardRectangleEraserTabButtonText" Foreground="{DynamicResource FloatBarForeground}" FontWeight="Medium" FontSize="9" TextAlignment="Center" - Text="黑板擦" - Margin="2,1,0,0" /> + Text="黑板擦" />