mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-23 02:06:34 +08:00
fix: fix CollapsedChevron icon issue.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<StaticResource x:Key="TreeDataGridSortIconAscendingPath" ResourceKey="SemiIconSmallTriangleTop" />
|
||||
<StaticResource x:Key="TreeDataGridSortIconDescendingPath" ResourceKey="SemiIconSmallTriangleDown" />
|
||||
<StaticResource x:Key="TreeDataGridItemCollapsedChevronPathData" ResourceKey="SemiIconTreeTriangleRight" />
|
||||
<StaticResource x:Key="TreeDataGridItemCollapsedChevronWidth" ResourceKey="SemiWidthIconMedium" />
|
||||
<StaticResource x:Key="TreeDataGridColumnHeaderCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
||||
<StaticResource x:Key="TreeDataGridColumnHeaderMinHeight" ResourceKey="SemiHeightControlDefault" />
|
||||
<StaticResource x:Key="TreeDataGridRowCornerRadius" ResourceKey="SemiBorderRadiusSmall" />
|
||||
|
||||
@@ -220,6 +220,7 @@
|
||||
<DockPanel>
|
||||
<Border
|
||||
DockPanel.Dock="Left"
|
||||
Width="{DynamicResource TreeDataGridItemCollapsedChevronWidth}"
|
||||
Margin="4,0">
|
||||
<ToggleButton
|
||||
Focusable="False"
|
||||
|
||||
Reference in New Issue
Block a user