We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330a11a commit e0fe8e1Copy full SHA for e0fe8e1
Flow.Launcher/Resources/CustomControlTemplate.xaml
@@ -5599,7 +5599,7 @@
5599
<Style x:Key="SettingPanelSeperatorStyle" TargetType="Separator">
5600
<Setter Property="Margin" Value="-70 13.5 -18 13.5" />
5601
<Setter Property="Height" Value="1" />
5602
- <Setter Property="BorderBrush" Value="{DynamicResource Color03B}" />
5603
- <Setter Property="BorderThickness" Value="1" />
+ <Setter Property="VerticalAlignment" Value="Top" />
+ <Setter Property="Background" Value="{DynamicResource Color03B}" />
5604
</Style>
5605
</ResourceDictionary>
0 commit comments