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.axaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml b/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
index 293c620..4181605 100644
--- a/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolRotateControl.axaml
@@ -7,12 +7,11 @@
<StackPanel Orientation="Horizontal" Spacing="10">
<TextBlock VerticalAlignment="Center" Text="Rotation angle:"/>
<NumericUpDown
- MinWidth="100"
- MaxWidth="150"
+ Width="150"
Minimum="-359.99"
Maximum="359.99"
Increment="1.0"
- FormatString="{}{0:0.00}"
+ FormatString="F02"
Value="{Binding Operation.AngleDegrees}"
/>
<TextBlock VerticalAlignment="Center" Text="degrees"/>