移除冗余字体设置

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
@@ -59,9 +59,9 @@
<Label Content="点名历史记录"
Margin="10"
Foreground="{DynamicResource RollCallHistoryWindowForeground}"
FontFamily="Microsoft YaHei UI"/>
/>
<TextBox Name="TextBoxHistory"
FontFamily="Microsoft YaHei UI"
VerticalScrollBarVisibility="Auto"
AcceptsReturn="True"
IsReadOnly="True"
@@ -73,7 +73,7 @@
VerticalAlignment="Bottom"
HorizontalAlignment="Right"
Content="关闭"
FontFamily="Microsoft YaHei UI"
Width="100"
Click="Button_Click"
Background="{DynamicResource RollCallHistoryWindowButtonBackground}"