themed scroll bars, rounded courners, libmpv update

This commit is contained in:
Frank Skare
2021-08-08 11:55:43 +02:00
parent e9b6988a69
commit fbf50e7466
18 changed files with 1067 additions and 3 deletions

View File

@@ -57,7 +57,17 @@
Foreground="{Binding Theme.Heading}"
Background="{Binding Theme.Background}"
>
<ListBox.ItemContainerStyle>
<Style TargetType="ListBoxItem">
<Style.Resources>
<Style TargetType="Border">
<Setter Property="CornerRadius" Value="3"/>
</Style>
</Style.Resources>
</Style>
</ListBox.ItemContainerStyle>
<ListBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding}" FontSize="16" />