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:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-19 06:48:59 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-19 06:48:59 +0300
commit9ecfdf55efe5c3366edbc78561cc2a42bb587d8e (patch)
tree928af1d89991e6c8fa4de9ac5dde430dc7d5fe89 /UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
parentf0413a925575a8c5943d33dbeada871571309666 (diff)
v2.19.1v2.19.1
- (Add) Setting - Allow to resize the tool windows: Check this option if you have problems with content being cut on some windows, down-size the height by a bit and then expand to fix the content. - (Fix) File formats: When converting from a TSMC-able file to an TSMC-unable file, the LiftHeight will be set to the total lift (1+2) as fail-safe guard - (Fix) Pixel Arithmetic: Keep pattern visible by default to prevent content from being cut when made visible - **(Fix) CTBv4:** - LiftHeight and LiftHeight2 properties when using TSMC, LiftHeight on CTB is the total of lifts 1+2 - Soft-save is corrupting the file
Diffstat (limited to 'UVtools.WPF/Controls/Tools/ToolMorphControl.axaml')
-rw-r--r--UVtools.WPF/Controls/Tools/ToolMorphControl.axaml9
1 files changed, 3 insertions, 6 deletions
diff --git a/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml b/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
index 683b3f9..edd99ff 100644
--- a/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
+++ b/UVtools.WPF/Controls/Tools/ToolMorphControl.axaml
@@ -63,12 +63,9 @@
</Grid>
- <Expander Margin="0,10,0,0">
- <Expander.Header>
- <TextBlock Text="Kernel - Advanced options (Click to expand)"
- FontWeight="Bold"
- Cursor="Hand"/>
- </Expander.Header>
+ <Expander
+ Header="Kernel - Advanced options (Click to expand)"
+ Margin="0,10,0,0">
<uc:KernelControl
Name="KernelCtrl"
Margin="0,10,0,0"