Skip to content

Commit 1666614

Browse files
authored
Updated the font size and opacity for the recent items widget (#2193)
1 parent aedec7f commit 1666614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Files/UserControls/Widgets/RecentFiles.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
x:Name="RecentsListGrid"
2626
Grid.Row="1"
2727
Grid.Column="0">
28-
<StackPanel Orientation="Vertical">
28+
<StackPanel Orientation="Vertical" Spacing="4">
2929
<TextBlock
3030
x:Uid="RecentItems"
31-
Margin="0,0,0,0"
3231
HorizontalAlignment="Left"
3332
FontFamily="Segoe UI"
3433
FontSize="14"
3534
FontWeight="Medium"
35+
Opacity=".8"
3636
Text="Recent files" />
3737
<TextBlock
3838
x:Uid="RecentItemDescription"

0 commit comments

Comments
 (0)