Skip to content

Commit f51a14d

Browse files
authored
Merge pull request #2793 from onesounds/20240619-FixWin11Theme
Fix Win11 Theme's Right Margin
2 parents 42939ea + 9b82f1a commit f51a14d

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)