Update src/Ursa.Themes.Semi/Controls/UrsaWindow.axaml

Co-authored-by: Zhang Dian <54255897+zdpcdt@users.noreply.github.com>
This commit is contained in:
Dong Bin
2024-07-31 18:28:26 +08:00
committed by GitHub
parent 91b6f1b2c3
commit 816940587a

View File

@@ -177,5 +177,8 @@
<Style Selector="^:maximized /template/ PathIcon#PART_RestoreButtonIcon">
<Setter Property="Data" Value="{DynamicResource WindowRestoreGlyph}" />
</Style>
<Style Selector="^:fullscreen /template/ PathIcon#PART_FullScreenButtonIcon">
<Setter Property="Data" Value="{DynamicResource WindowCollapseGlyph}" />
</Style>
</ControlTheme>
</ResourceDictionary>