feat: enhance icon resource route.

This commit is contained in:
Zhang Dian
2024-12-20 16:16:23 +08:00
parent 2aaec47fa6
commit 3e295097df
21 changed files with 69 additions and 81 deletions

View File

@@ -10,9 +10,8 @@
<CornerRadius x:Key="ComboBoxPopupBoxCornerRadius">6</CornerRadius>
<x:Double x:Key="ComboBoxIconWidth">32</x:Double>
<StreamGeometry x:Key="ComboBoxIcon">
M4.08045 7.59809C4.66624 7.01231 5.61599 7.01231 6.20177 7.59809L11.8586 13.2549L17.5155 7.59809C18.1013 7.01231 19.051 7.01231 19.6368 7.59809C20.2226 8.18388 20.2226 9.13363 19.6368 9.71941L12.9193 16.4369C12.3335 17.0227 11.3838 17.0227 10.798 16.4369L4.08045 9.71941C3.49467 9.13363 3.49467 8.18388 4.08045 7.59809Z
</StreamGeometry>
<StaticResource x:Key="ComboBoxIcon" ResourceKey="SemiIconChevronDown"/>
<Thickness x:Key="ComboBoxPopupBorderMargin">4</Thickness>
<Thickness x:Key="ComboBoxPopupBorderPadding">0 4</Thickness>