|
|
@ -89,6 +89,8 @@
|
|
|
|
<Setter Property="UseLayoutRounding" Value="True" />
|
|
|
|
<Setter Property="UseLayoutRounding" Value="True" />
|
|
|
|
</Style>
|
|
|
|
</Style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Style BasedOn="{StaticResource MaterialDesignScrollBarMinimal}" TargetType="{x:Type ScrollBar}" />
|
|
|
|
|
|
|
|
|
|
|
|
<Style BasedOn="{StaticResource MaterialDesignLinearProgressBar}" TargetType="{x:Type ProgressBar}">
|
|
|
|
<Style BasedOn="{StaticResource MaterialDesignLinearProgressBar}" TargetType="{x:Type ProgressBar}">
|
|
|
|
<Setter Property="BorderThickness" Value="0" />
|
|
|
|
<Setter Property="BorderThickness" Value="0" />
|
|
|
|
<Setter Property="Foreground" Value="{DynamicResource SecondaryAccentBrush}" />
|
|
|
|
<Setter Property="Foreground" Value="{DynamicResource SecondaryAccentBrush}" />
|
|
|
|