feat: replace discrete Icon Size.

This commit is contained in:
Zhang Dian
2025-03-06 23:35:31 +08:00
parent 42233d272c
commit 30f39d1383
8 changed files with 38 additions and 32 deletions

View File

@@ -37,8 +37,8 @@
</MultiBinding>
</RepeatButton.IsVisible>
<PathIcon
Width="8"
Height="8"
Theme="{StaticResource InnerPathIcon}"
Classes="ExtraSmall"
Data="{DynamicResource MenuScrollViewerUpButtonGlyph}"
Foreground="{DynamicResource MenuFlyoutScrollViewerIconForeground}" />
</RepeatButton>
@@ -63,8 +63,8 @@
</MultiBinding>
</RepeatButton.IsVisible>
<PathIcon
Width="8"
Height="8"
Theme="{StaticResource InnerPathIcon}"
Classes="ExtraSmall"
Data="{DynamicResource MenuScrollViewerDownButtonGlyph}"
Foreground="{DynamicResource MenuFlyoutScrollViewerIconForeground}" />
</RepeatButton>