Ver código fonte

1

样式分支
fyf 2 anos atrás
pai
commit
6ed30e921b
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      FryPot_DosingSystem/View/RecipeSetView.xaml

+ 2
- 2
FryPot_DosingSystem/View/RecipeSetView.xaml Ver arquivo

@@ -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>



Carregando…
Cancelar
Salvar