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:
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolInfillControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolInfillControl.axaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolInfillControl.axaml b/UVtools.WPF/Controls/Tools/ToolInfillControl.axaml
index 4fa2208..8e35495 100644
--- a/UVtools.WPF/Controls/Tools/ToolInfillControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolInfillControl.axaml
@@ -36,7 +36,7 @@
Minimum="0"
Maximum="65535"
Increment="1"
- ClipValueToMinMax="True"
+
Value="{Binding Operation.WallThickness}"
/>
@@ -61,7 +61,7 @@
Minimum="0"
Maximum="255"
Increment="1"
- ClipValueToMinMax="True"
+
Value="{Binding Operation.InfillBrightness}"
/>
@@ -80,7 +80,7 @@
Minimum="0"
Maximum="65535"
Increment="1"
- ClipValueToMinMax="True"
+
Value="{Binding Operation.InfillThickness}"
/>
@@ -105,7 +105,7 @@
Minimum="{Binding #InfillThickness.Value}"
Maximum="65535"
Increment="1"
- ClipValueToMinMax="True"
+
Value="{Binding Operation.InfillSpacing}"
/>