ltwork 8 달 전
부모
커밋
3f088522ea
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>
                             <DataTemplate>
                                 <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>
                             </DataTemplate>
                         </DataGridTemplateColumn.CellTemplate>