Browse Source

hide certain caption buttons in fullscreen mode.

feature/test-branch^2
Dan Walmsley 6 years ago
parent
commit
a49fc286b6
  1. 3
      src/Avalonia.Themes.Fluent/CaptionButtons.xaml

3
src/Avalonia.Themes.Fluent/CaptionButtons.xaml

@ -64,4 +64,7 @@
<Style Selector="CaptionButtons:fullscreen Panel#PART_FullScreenButton Path">
<Setter Property="Data" Value="M205 1024h819v-819h-205v469l-674 -674l-145 145l674 674h-469v205zM1374 1229h469v-205h-819v819h205v-469l674 674l145 -145z" />
</Style>
<Style Selector="CaptionButtons:fullscreen Panel#PART_RestoreButton, CaptionButtons:fullscreen Panel#PART_MinimiseButton">
<Setter Property="IsVisible" Value="False" />
</Style>
</Styles>

Loading…
Cancel
Save