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/ToolLithophaneControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml b/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
index 39d0207..050866f 100644
--- a/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolLithophaneControl.axaml
@@ -3,7 +3,7 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:i="clr-namespace:Projektanker.Icons.Avalonia;assembly=Projektanker.Icons.Avalonia"
- mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
+ mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="600"
x:Class="UVtools.WPF.Controls.Tools.ToolLithophaneControl">
<Grid ColumnDefinitions="Auto,10,350">
<StackPanel Spacing="10">
@@ -216,7 +216,7 @@
Text="Lithophane height:"/>
<NumericUpDown Grid.Row="22" Grid.Column="2"
- Classes="ValueLabel ValueLabel_px"
+ Classes="ValueLabel ValueLabel_mm"
Minimum="0"
Maximum="10000"
Increment="1"