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/Calibrators/CalibrateGrayscaleControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Calibrators/CalibrateGrayscaleControl.axaml13
1 files changed, 6 insertions, 7 deletions
diff --git a/UVtools.WPF/Controls/Calibrators/CalibrateGrayscaleControl.axaml b/UVtools.WPF/Controls/Calibrators/CalibrateGrayscaleControl.axaml
index 4e955ec..a3939ca 100644
--- a/UVtools.WPF/Controls/Calibrators/CalibrateGrayscaleControl.axaml
+++ b/UVtools.WPF/Controls/Calibrators/CalibrateGrayscaleControl.axaml
@@ -8,7 +8,7 @@
<StackPanel Spacing="10">
<Grid
RowDefinitions="Auto,10,Auto,10,Auto,10,Auto,10,Auto,10,Auto"
- ColumnDefinitions="Auto,10,100,5,Auto,20,Auto,10,100,5,Auto"
+ ColumnDefinitions="Auto,10,150,5,Auto,20,Auto,10,150,5,Auto"
>
<TextBlock Grid.Row="0" Grid.Column="0"
@@ -19,7 +19,7 @@
Increment="0.01"
Minimum="0.01"
Maximum="0.30"
- FormatString="\{0:0.00\}"
+ FormatString="F02"
Value="{Binding Operation.LayerHeight}"
/>
<TextBlock Grid.Row="0" Grid.Column="4"
@@ -100,7 +100,7 @@
Increment="0.5"
Minimum="0.1"
Maximum="200"
- FormatString="\{0:0.00\}"
+ FormatString="F02"
Value="{Binding Operation.BottomExposure}"/>
<TextBlock Grid.Row="6" Grid.Column="4"
VerticalAlignment="Center"
@@ -114,7 +114,7 @@
Increment="0.5"
Minimum="0.1"
Maximum="200"
- FormatString="\{0:0.00\}"
+ FormatString="F02"
Value="{Binding Operation.NormalExposure}"/>
<TextBlock Grid.Row="6" Grid.Column="10"
VerticalAlignment="Center"
@@ -174,8 +174,7 @@
<Grid
Margin="0,10,0,0"
RowDefinitions="Auto,0,Auto,10,Auto,10,Auto,10,Auto,10,Auto"
- ColumnDefinitions="Auto,10,80,5,Auto,5,80,5,Auto,20,Auto,10,80"
- >
+ ColumnDefinitions="Auto,10,Auto,5,Auto,5,Auto,5,Auto,20,Auto,10,Auto">
<TextBlock Grid.Row="0" Grid.Column="0"
VerticalAlignment="Center"
@@ -235,7 +234,7 @@
IsEnabled="{Binding Operation.EnableCenterHoleRelief}"
Value="{Binding Operation.CenterHoleDiameter}"/>
- <CheckBox Grid.Row="4" Grid.Column="6" Grid.ColumnSpan="4"
+ <CheckBox Grid.Row="4" Grid.Column="6" Grid.ColumnSpan="7"
VerticalAlignment="Center"
Content="Enable center hole relief"
IsChecked="{Binding Operation.EnableCenterHoleRelief}"/>