Fixed command bar open state

This commit is contained in:
Aleh Khantsevich
2024-06-24 00:20:54 +02:00
parent 1e12ddd8e2
commit c598daab9b
2 changed files with 9 additions and 3 deletions

View File

@@ -209,6 +209,12 @@
<Style TargetType="ScrollViewer">
<Setter Property="VerticalScrollBarVisibility" Value="Auto" />
</Style>
<!-- Remove border/backgroud of command bar -->
<SolidColorBrush x:Key="CommandBarBackground" Color="Transparent" />
<SolidColorBrush x:Key="CommandBarBackgroundOpen" Color="Transparent" />
<SolidColorBrush x:Key="CommandBarBorderBrushOpen" Color="Transparent" />
<Thickness x:Key="CommandBarBorderThicknessOpen">0</Thickness>
</ResourceDictionary>
<!-- Last item must always be the default theme. -->