mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix separator
This commit is contained in:
parent
24afcb22a1
commit
2d0f42590a
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,10 @@
|
|||
IsChecked="{Binding EnableDescription}"
|
||||
ToolTip="{DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
|
||||
</StackPanel>
|
||||
<Separator
|
||||
Height="1"
|
||||
BorderBrush="{DynamicResource Color03B}"
|
||||
BorderThickness="1" />
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Width="Auto"
|
||||
|
|
|
|||
Loading…
Reference in a new issue