移除冗余字体设置

This commit is contained in:
PrefacedCorg
2026-04-10 20:22:09 +08:00
parent 76a046cca6
commit d556cf7741
6 changed files with 336 additions and 336 deletions
+3 -3
View File
@@ -59,9 +59,9 @@
<Label Content="请在下方输入名单,每行一人(建议直接粘贴表格姓名列)"
Margin="10"
Foreground="{DynamicResource NamesInputWindowForeground}"
FontFamily="Microsoft YaHei UI"/>
/>
<TextBox Name="TextBoxNames"
FontFamily="Microsoft YaHei UI"
VerticalScrollBarVisibility="Auto"
AcceptsReturn="True"
Margin="10,40,10,50"
@@ -72,7 +72,7 @@
VerticalAlignment="Bottom"
HorizontalAlignment="Right"
Content="关闭"
FontFamily="Microsoft YaHei UI"
Width="100"
Click="Button_Click"
Background="{DynamicResource NamesInputWindowButtonBackground}"