Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2022-03-14 22:52:49 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2022-03-14 22:52:49 +0300
commite3570f5abe93fe0e943ea798b58ca5ecd86a1383 (patch)
tree518199cb8d39d213cee80b598170887e567b426e /UVtools.WPF
parent0faba33167056b3c4184e5c24046ec00bb223945 (diff)
Cleanup
Diffstat (limited to 'UVtools.WPF')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolMorphControl.axaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml b/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
index 0ad9aad..5c45144 100644
--- a/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
@@ -25,8 +25,7 @@
Classes="ValueLabel ValueLabel_px"
Minimum="1"
Width="180"
- Value="{Binding Operation.IterationsStart}"
- />
+ Value="{Binding Operation.IterationsStart}"/>
<TextBlock
VerticalAlignment="Center"
@@ -38,14 +37,12 @@
Minimum="1"
Width="180"
Value="{Binding Operation.IterationsEnd}"
- IsEnabled="{Binding Operation.Chamfer}"
- />
+ IsEnabled="{Binding Operation.Chamfer}"/>
<CheckBox
ToolTip.Tip="Allow the number of iterations to be gradually varied as the operation progresses from the starting layer to the ending layer."
Content="Chamfer"
- IsChecked="{Binding Operation.Chamfer}"
- />
+ IsChecked="{Binding Operation.Chamfer}"/>
</StackPanel>
<TextBlock