feat: use restore glyph.

This commit is contained in:
rabbitism
2024-07-31 14:32:04 +08:00
parent 16e68061d1
commit 91b6f1b2c3

View File

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