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/Windows/SettingsWindow.axaml')
-rw-r--r--UVtools.WPF/Windows/SettingsWindow.axaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.WPF/Windows/SettingsWindow.axaml b/UVtools.WPF/Windows/SettingsWindow.axaml
index cd66987..1799cf3 100644
--- a/UVtools.WPF/Windows/SettingsWindow.axaml
+++ b/UVtools.WPF/Windows/SettingsWindow.axaml
@@ -1472,7 +1472,7 @@
Minimum="0"
Maximum="255"
Increment="0.5"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Settings.Automations.LightOffDelay}"/>
<TextBlock Grid.Row="0" Grid.Column="4"
VerticalAlignment="Center"
@@ -1489,7 +1489,7 @@
Minimum="0"
Maximum="255"
Increment="0.5"
- FormatString="F02"
+ FormatString="F2"
Value="{Binding Settings.Automations.BottomLightOffDelay}"/>
<TextBlock Grid.Row="0" Grid.Column="10"
VerticalAlignment="Center"