VRCMelonAssistant/VRCMelonAssistant/Styles/ListView.xaml

8 lines
419 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">
2020-02-26 22:48:54 +13:00
<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>
2020-02-17 14:57:58 +13:00
</ResourceDictionary>