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/ToolThresholdControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolThresholdControl.axaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolThresholdControl.axaml b/UVtools.WPF/Controls/Tools/ToolThresholdControl.axaml
index 5e42a42..d97d1bf 100644
--- a/UVtools.WPF/Controls/Tools/ToolThresholdControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolThresholdControl.axaml
@@ -31,7 +31,7 @@
<NumericUpDown
Minimum="0"
Maximum="255"
- MinWidth="80"
+ Width="150"
IsEnabled="{Binding IsThresholdEnabled}"
Value="{Binding Operation.Threshold}"
/>
@@ -45,13 +45,13 @@
<NumericUpDown
Minimum="0"
Maximum="255"
- MinWidth="80"
+ Width="150"
IsEnabled="{Binding IsMaximumEnabled}"
Value="{Binding Operation.Maximum}"
/>
<ComboBox
- MinWidth="120"
+ MinWidth="150"
IsEnabled="{Binding IsTypeEnabled}"
Items="{Binding Operation.ThresholdTypes}"
SelectedItem="{Binding Operation.Type}"/>