Browse Source

修改注释

master
忱 沈 4 years ago
parent
commit
1ccc0b508c
  1. 2
      MainWindow.xaml

2
MainWindow.xaml

@ -15,6 +15,7 @@
<!--模板--> <!--模板-->
<Window.Resources> <Window.Resources>
<!--工具栏模板-->
<Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}"> <Style x:Key="RadioButtonStyle" TargetType="{x:Type RadioButton}">
<Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}"/> <Setter Property="FocusVisualStyle" Value="{DynamicResource {x:Static SystemParameters.FocusVisualStyleKey}}"/>
@ -92,6 +93,7 @@
</Setter.Value> </Setter.Value>
</Setter> </Setter>
</Style> </Style>
<!--按钮模板-->
<Style x:Key="Button_Menu" TargetType="{x:Type Button}"> <Style x:Key="Button_Menu" TargetType="{x:Type Button}">
<Setter Property="Width" Value="24" /> <Setter Property="Width" Value="24" />
<Setter Property="Height" Value="24" /> <Setter Property="Height" Value="24" />