VRCMelonAssistant/ModAssistant/Styles/ListView.xaml

7 lines
417 B
Plaintext
Raw Normal View History

2020-02-02 20:08:38 +13:00
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Style TargetType="ListView">
<Setter Property="ListView.Background" Value="{DynamicResource ModListBackground}"/>
2020-02-02 20:08:38 +13:00
<Setter Property="ListView.BorderBrush" Value="{DynamicResource ModListBorderBrush}" />
<Setter Property="ListView.BorderThickness" Value="1,1.1,1,1" />
</Style>
</ResourceDictionary>