mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-08 17:42:31 +02:00
Fix typo
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user