ltwork 8 months ago
parent
commit
3f088522ea
2 changed files with 2 additions and 2 deletions
  1. BIN
      B20UVLog/MainWindow.xaml.cs
  2. 2 2
      B20UVLog/Windows/DictionarySet.xaml

BIN
B20UVLog/MainWindow.xaml.cs


+ 2 - 2
B20UVLog/Windows/DictionarySet.xaml

@@ -57,8 +57,8 @@
                         <DataGridTemplateColumn.CellTemplate>
                         <DataGridTemplateColumn.CellTemplate>
                             <DataTemplate>
                             <DataTemplate>
                                 <StackPanel Orientation="Horizontal">
                                 <StackPanel Orientation="Horizontal">
-                                    <My:MButton IsText="True" Icon="{StaticResource Icon-edit}" Click="MButton_Edit_Click">编辑</My:MButton>
-                                    <My:MButton IsText="True" Icon="{StaticResource Icon-trash-alt}" Click="MButton_Delete_Click">删除</My:MButton>
+                                    <My:MButton IsText="True" Icon="SquareEditOutline" Click="MButton_Edit_Click">编辑</My:MButton>
+                                    <My:MButton IsText="True" Icon="TrashCanOutline" Click="MButton_Delete_Click">删除</My:MButton>
                                 </StackPanel>
                                 </StackPanel>
                             </DataTemplate>
                             </DataTemplate>
                         </DataGridTemplateColumn.CellTemplate>
                         </DataGridTemplateColumn.CellTemplate>