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/ToolLayerCloneControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolLayerCloneControl.axaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolLayerCloneControl.axaml b/UVtools.WPF/Controls/Tools/ToolLayerCloneControl.axaml
index d877261..98c3084 100644
--- a/UVtools.WPF/Controls/Tools/ToolLayerCloneControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolLayerCloneControl.axaml
@@ -11,7 +11,7 @@
Text="Clones:"/>
<NumericUpDown
Minimum="1"
- Width="80"
+ Width="150"
Value="{Binding Operation.Clones}"
/>
<TextBlock