Skip to content

Commit 2d0f425

Browse files
fix separator
1 parent 24afcb2 commit 2d0f425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Plugins/Flow.Launcher.Plugin.Program/Views/ProgramSetting.xaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@
5858
IsChecked="{Binding EnableDescription}"
5959
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
6060
</StackPanel>
61+
<Separator
62+
Height="1"
63+
BorderBrush="{DynamicResource Color03B}"
64+
BorderThickness="1" />
6165
</StackPanel>
6266
<StackPanel
6367
Width="Auto"

0 commit comments

Comments
 (0)