fix: fix colorpicker layout, remove datagrid animation.

This commit is contained in:
rabbitism
2023-02-10 23:58:12 +08:00
parent 7cababb140
commit e6a3e187a6
2 changed files with 3 additions and 8 deletions

View File

@@ -317,7 +317,8 @@
<Grid
Margin="12"
ColumnDefinitions="Auto,*"
RowDefinitions="Auto,24,1*,1*,1*,1*,12">
RowDefinitions="Auto,24,1*,1*,1*,1*,12"
UseLayoutRounding="False">
<Grid.Styles>
<Style Selector="NumericUpDown /template/ TextBox">
<Setter Property="InnerLeftContent" Value="{TemplateBinding Tag}" />