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

@ -437,6 +437,7 @@
<Style Selector="Button.caption_button > Path">
<Setter Property="Width" Value="10"/>
<Setter Property="Height" Value="10"/>
<Setter Property="Fill" Value="{DynamicResource Brush.FG1}"/>
</Style>
<Style Selector="Button.caption_button /template/ ContentPresenter#PART_ContentPresenter">
<Setter Property="Background" Value="Transparent"/>