fix: fix reference issue.

This commit is contained in:
Zhang Dian
2024-12-30 14:04:16 +08:00
parent 06d1d10983
commit dd4ecc32ee

View File

@@ -1,7 +1,7 @@
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<StaticResource x:Key="PaginationFastBackwardGlyph" ResourceKey="SemiIconDoubleChevronLeft" /> <StaticResource x:Key="PaginationFastBackwardGlyph" ResourceKey="SemiIconDoubleChevronLeft" />
<StaticResource x:Key="PaginationFastForwardGlyph" ResourceKey="SemiIconDoubleChevronRight" /> <StaticResource x:Key="PaginationFastForwardGlyph" ResourceKey="SemiIconDoubleChevronRight" />
<StaticResource x:Key="PaginationForwardGlyph" ResourceKey="SemiIconChevronLeft" /> <StaticResource x:Key="PaginationBackwardGlyph" ResourceKey="SemiIconChevronLeft" />
<StaticResource x:Key="PaginationBackwardGlyph" ResourceKey="SemiIconChevronRight" /> <StaticResource x:Key="PaginationForwardGlyph" ResourceKey="SemiIconChevronRight" />
<StaticResource x:Key="PaginationMoreGlyph" ResourceKey="SemiIconMore" /> <StaticResource x:Key="PaginationMoreGlyph" ResourceKey="SemiIconMore" />
</ResourceDictionary> </ResourceDictionary>