Skip to content

Commit 29c4235

Browse files
committed
Fix Right Margin
1 parent 2dd51c8 commit 29c4235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/Themes/Win11Light.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<Setter Property="FontSize" Value="25" />
170170
</Style>
171171
<CornerRadius x:Key="ItemRadius">5</CornerRadius>
172-
<Thickness x:Key="ItemMargin">10 0 5 0</Thickness>
172+
<Thickness x:Key="ItemMargin">10 0 10 0</Thickness>
173173
<Thickness x:Key="ResultMargin">0 10 0 10</Thickness>
174174
<Style
175175
x:Key="ClockPanel"

0 commit comments

Comments
 (0)