Skip to content

Commit

Permalink
XAML styling fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
daverayment committed Oct 19, 2024
1 parent c4ac99b commit 49c7a5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/peek/Peek.FilePreviewer/FilePreview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@
Visibility="{x:Bind IsUnsupportedPreviewVisible(UnsupportedFilePreviewer, Previewer.State), Mode=OneWay}" />

<TextBlock
x:Uid="NoMoreFiles"
x:Name="NoMoreFiles"
x:Uid="NoMoreFiles"
HorizontalAlignment="Center"
VerticalAlignment="Center"
AutomationProperties.HeadingLevel="1"
Foreground="{StaticResource TextFillColorSecondaryBrush}"
Visibility="Collapsed"
TextWrapping="Wrap"
AutomationProperties.HeadingLevel="1" />
Visibility="Collapsed" />
</Grid>
<UserControl.KeyboardAccelerators>
<KeyboardAccelerator
Expand Down

0 comments on commit 49c7a5e

Please sign in to comment.