Skip to content

Commit 600137c

Browse files
committed
Fix Border
1 parent dc3fada commit 600137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<Setter Property="VerticalContentAlignment" Value="Stretch" />
8787
<Setter Property="BorderBrush" Value="{DynamicResource Color03B}" />
8888
<Setter Property="Foreground" Value="{DynamicResource Color05B}" />
89-
<Setter Property="BorderThickness" Value="0 1 0 0" />
89+
<Setter Property="BorderThickness" Value="0 0 0 1" />
9090
<Setter Property="Padding" Value="-8 18 24 14" />
9191
<Setter Property="Template">
9292
<Setter.Value>

0 commit comments

Comments
 (0)