ux: window caption button (#442)

This commit is contained in:
leo 2024-09-04 15:54:12 +08:00
parent 998230edff
commit 0e774ee035
No known key found for this signature in database
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<Path/>
</Button>
<Button Classes="caption_button" Click="CloseWindow">
<Path Data="{StaticResource Icons.Window.Close}" Width="9" Height="9"/>
<Path Data="{StaticResource Icons.Window.Close}"/>
</Button>
</StackPanel>
</UserControl>