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:
authorFinn Neuik <finnnk@gmail.com>2021-09-22 23:06:25 +0300
committerFinn Neuik <finnnk@gmail.com>2021-09-22 23:06:25 +0300
commitc4176d0e6d8e5333645cf982f85def95479d7978 (patch)
tree92f50208f818b86a73ca21294df3ddfb5fcaaaed /UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
parentd09ec263356d799a1c2d4afeea0c9f922fa3eaa1 (diff)
Correct bottom lift height typo in light off delay calculator
(Fix) Corrected bottom lift unit label in light-off delay calculator
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
index 1a95442..1c8afa1 100644
--- a/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolCalculatorControl.axaml
@@ -311,7 +311,7 @@
HorizontalAlignment="Right"
Text="Bottom lift height:"/>
<NumericUpDown Grid.Row="0" Grid.Column="6"
- Classes="ValueLabel ValueLabel_s"
+ Classes="ValueLabel ValueLabel_mm"
IsVisible="{Binding SlicerFile.CanUseBottomLightOffDelay}"
IsEnabled="{Binding SlicerFile.CanUseBottomLightOffDelay}"
VerticalAlignment="Center"