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/Calibrators/CalibrateElephantFootControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Calibrators/CalibrateElephantFootControl.axaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/UVtools.WPF/Controls/Calibrators/CalibrateElephantFootControl.axaml b/UVtools.WPF/Controls/Calibrators/CalibrateElephantFootControl.axaml
index 416e9d9..82863cf 100644
--- a/UVtools.WPF/Controls/Calibrators/CalibrateElephantFootControl.axaml
+++ b/UVtools.WPF/Controls/Calibrators/CalibrateElephantFootControl.axaml
@@ -20,7 +20,7 @@
Increment="0.01"
Minimum="0.01"
Maximum="0.30"
- FormatString="F02"
+ FormatString="F3"
Value="{Binding Operation.LayerHeight}"/>
<TextBlock Grid.Row="0" Grid.Column="4"
VerticalAlignment="Center"
@@ -39,9 +39,7 @@
Increment="1"
Minimum="1"
Maximum="1000"
- FormatString="F02"
- Value="{Binding Operation.BottomLayers}"
- />
+ Value="{Binding Operation.BottomLayers}"/>
<TextBlock Grid.Row="2" Grid.Column="4"
VerticalAlignment="Center"
Text="{Binding Operation.BottomHeight, StringFormat=\{0:F3\}mm}"/>
@@ -58,7 +56,6 @@
Increment="1"
Minimum="1"
Maximum="1000"
- FormatString="F02"
Value="{Binding Operation.NormalLayers}"/>
<TextBlock Grid.Row="2" Grid.Column="10"
IsEnabled="{Binding !Operation.SyncLayers}"