Skip to content

Commit f38d1cb

Browse files
committed
Adjust Window11
1 parent 3a7f595 commit f38d1cb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Flow.Launcher/Themes/Win11Light.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
TargetType="{x:Type Rectangle}">
9797
<Setter Property="Fill" Value="{DynamicResource SeparatorForeground}" />
9898
<Setter Property="Height" Value="1" />
99-
<Setter Property="Margin" Value="0 0 0 8" />
99+
<Setter Property="Margin" Value="0 0 0 0" />
100100
</Style>
101101
<Style x:Key="HighlightStyle" />
102102
<Style
@@ -169,8 +169,8 @@
169169
<Setter Property="FontSize" Value="25" />
170170
</Style>
171171
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
172-
<Thickness x:Key="ItemMargin">10 0 10 0</Thickness>
173-
<Thickness x:Key="ResultMargin">0 0 0 10</Thickness>
172+
<Thickness x:Key="ItemMargin">10 0 5 0</Thickness>
173+
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
174174
<Style
175175
x:Key="ClockPanel"
176176
BasedOn="{StaticResource ClockPanel}"
@@ -195,6 +195,7 @@
195195
BasedOn="{StaticResource BasePreviewBorderStyle}"
196196
TargetType="{x:Type Border}">
197197
<Setter Property="BorderBrush" Value="{DynamicResource SeparatorForeground}" />
198+
<Setter Property="Margin" Value="5 0 0 0" />
198199
</Style>
199200
<Style
200201
x:Key="PreviewItemTitleStyle"

0 commit comments

Comments
 (0)