mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-30 05:03:23 +08:00
fix: fix colorpicker layout, remove datagrid animation.
This commit is contained in:
@@ -317,7 +317,8 @@
|
|||||||
<Grid
|
<Grid
|
||||||
Margin="12"
|
Margin="12"
|
||||||
ColumnDefinitions="Auto,*"
|
ColumnDefinitions="Auto,*"
|
||||||
RowDefinitions="Auto,24,1*,1*,1*,1*,12">
|
RowDefinitions="Auto,24,1*,1*,1*,1*,12"
|
||||||
|
UseLayoutRounding="False">
|
||||||
<Grid.Styles>
|
<Grid.Styles>
|
||||||
<Style Selector="NumericUpDown /template/ TextBox">
|
<Style Selector="NumericUpDown /template/ TextBox">
|
||||||
<Setter Property="InnerLeftContent" Value="{TemplateBinding Tag}" />
|
<Setter Property="InnerLeftContent" Value="{TemplateBinding Tag}" />
|
||||||
|
|||||||
@@ -357,13 +357,7 @@
|
|||||||
VerticalAlignment="Center"
|
VerticalAlignment="Center"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
Data="{DynamicResource DataGridRowGroupHeaderExpandIconGlyph}"
|
Data="{DynamicResource DataGridRowGroupHeaderExpandIconGlyph}"
|
||||||
Foreground="{DynamicResource DataGridRowGroupHeaderExpandIconForeground}">
|
Foreground="{DynamicResource DataGridRowGroupHeaderExpandIconForeground}" />
|
||||||
<PathIcon.Transitions>
|
|
||||||
<Transitions>
|
|
||||||
<TransformOperationsTransition Property="RenderTransform" Duration="0.1" />
|
|
||||||
</Transitions>
|
|
||||||
</PathIcon.Transitions>
|
|
||||||
</PathIcon>
|
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
</Setter>
|
</Setter>
|
||||||
<Style Selector="^:checked /template/ PathIcon">
|
<Style Selector="^:checked /template/ PathIcon">
|
||||||
|
|||||||
Reference in New Issue
Block a user