Change seperator style

This commit is contained in:
Jack251970 2025-02-28 22:25:05 +08:00
parent 330a11a843
commit e0fe8e1ffd

View file

@ -5599,7 +5599,7 @@
<Style x:Key="SettingPanelSeperatorStyle" TargetType="Separator">
<Setter Property="Margin" Value="-70 13.5 -18 13.5" />
<Setter Property="Height" Value="1" />
<Setter Property="BorderBrush" Value="{DynamicResource Color03B}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="VerticalAlignment" Value="Top" />
<Setter Property="Background" Value="{DynamicResource Color03B}" />
</Style>
</ResourceDictionary>