Josua Jäger
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
src/Avalonia.Themes.Default/ProgressBar.xaml
|
|
|
@ -7,9 +7,7 @@ |
|
|
|
<Border Background="{TemplateBinding Background}" |
|
|
|
BorderBrush="{TemplateBinding BorderBrush}" |
|
|
|
BorderThickness="{TemplateBinding BorderThickness}"> |
|
|
|
<Border Name="PART_Indicator" |
|
|
|
BorderThickness="1" |
|
|
|
Background="{TemplateBinding Foreground}"/> |
|
|
|
<Border Name="PART_Indicator" Background="{TemplateBinding Foreground}"/> |
|
|
|
</Border> |
|
|
|
</ControlTemplate> |
|
|
|
</Setter> |
|
|
|
|