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/ToolRotateControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolRotateControl.axaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml b/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
index cf5d180..832c0e6 100644
--- a/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
@@ -9,7 +9,7 @@
<NumericUpDown
MinWidth="100"
MaxWidth="150"
- Minimum="0.01"
+ Minimum="-359.99"
Maximum="359.99"
Increment="0.01"
FormatString="{}{0:#,0.00}"