Skip to content

Commit

Permalink
Display full path for files in Find in Files results
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillOsenkov committed Jan 26, 2024
1 parent 144500f commit 5a670e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StructuredLogViewer/themes/Generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@
<StackPanel Orientation="Horizontal">
<Rectangle x:Name="icon" Style="{StaticResource NodeIcon}" Stroke="{DynamicResource MessageStroke}" Fill="{DynamicResource MessageBrush}" />
<TextBlock x:Name="messageText" Text="{Binding Name}" />
<TextBlock Text="{Binding SourceFilePath}" Opacity="0.4" Margin="8,0,0,0" />
</StackPanel>
</HierarchicalDataTemplate>

Expand Down

0 comments on commit 5a670e6

Please sign in to comment.