This commit is contained in:
Tiago Conceição
2021-10-06 18:36:29 +01:00
parent f51561225f
commit 2f1ab286ab
2 changed files with 3 additions and 3 deletions
@@ -959,7 +959,7 @@ namespace UVtools.Core.Operations
Operator = PixelArithmeticOperators.Add;
}
public void PresetFuzySkin()
public void PresetFuzzySkin()
{
Operator = PixelArithmeticOperators.Corrode;
ApplyMethod = PixelArithmeticApplyMethod.ModelSurfaceAndInset;
@@ -237,8 +237,8 @@
<StackPanel VerticalAlignment="Center" Orientation="Horizontal" Spacing="5">
<Button Command="{Binding Operation.PresetFuzySkin}"
Content="Fuzy skin"
<Button Command="{Binding Operation.PresetFuzzySkin}"
Content="Fuzzy skin"
ToolTip.Tip="Corrode surface to apply bumps on the surface"/>
<Button Command="{Binding Operation.PresetStripAntiAliasing}"