VRCMelonAssistant/ModAssistant/Styles/ListView.xaml
2020-02-26 09:48:54 +00:00

8 lines
419 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<Style TargetType="ListView">
<Setter Property="ListView.Background" Value="{DynamicResource ModListBackground}" />
<Setter Property="ListView.BorderBrush" Value="{DynamicResource ModListBorderBrush}" />
<Setter Property="ListView.BorderThickness" Value="1,1.1,1,1" />
</Style>
</ResourceDictionary>