Browse Source

1

样式分支
fyf 2 years ago
parent
commit
6ed30e921b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      FryPot_DosingSystem/View/RecipeSetView.xaml

+ 2
- 2
FryPot_DosingSystem/View/RecipeSetView.xaml View File

@@ -58,7 +58,7 @@
Foreground="Aqua"
IcoText=""
Cursor="Hand"
Style="{StaticResource NewButtonStyle}"
Style="{StaticResource IcoButtonStyle}"
Command="{Binding NewRecipe}">
</pry:IcoButton>
<pry:IcoButton
@@ -68,7 +68,7 @@
Foreground="Aqua"
IcoText="&#xe626;"
Cursor="Hand"
Style="{StaticResource NewButtonStyle}"
Style="{StaticResource IcoButtonStyle}"
Command="{Binding SaveRecipe}">
</pry:IcoButton>



Loading…
Cancel
Save