Skip to content

Commit e0fe8e1

Browse files
committed
Change seperator style
1 parent 330a11a commit e0fe8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/Resources/CustomControlTemplate.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5599,7 +5599,7 @@
55995599
<Style x:Key="SettingPanelSeperatorStyle" TargetType="Separator">
56005600
<Setter Property="Margin" Value="-70 13.5 -18 13.5" />
56015601
<Setter Property="Height" Value="1" />
5602-
<Setter Property="BorderBrush" Value="{DynamicResource Color03B}" />
5603-
<Setter Property="BorderThickness" Value="1" />
5602+
<Setter Property="VerticalAlignment" Value="Top" />
5603+
<Setter Property="Background" Value="{DynamicResource Color03B}" />
56045604
</Style>
56055605
</ResourceDictionary>

0 commit comments

Comments
 (0)