Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelovcharov committed Nov 6, 2024
1 parent f68f080 commit 8e25950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,13 @@
<StackPanel Orientation="Horizontal" Spacing="2" HorizontalAlignment="Left">
<TextBlock Classes="property-name" PointerPressed="PropertyNamePressed" Text="{Binding Name}" />
<TextBlock Text=":" />
<ContentControl Content="{Binding Value}">
<controls:ControlDetailsContentControl Content="{Binding Value}">
<ContentControl.ContentTemplate>
<DataTemplate x:DataType="system:Object">
<TextBlock Text="{Binding}" />
</DataTemplate>
</ContentControl.ContentTemplate>
</ContentControl>
</controls:ControlDetailsContentControl>
<TextBlock>(</TextBlock>
<Ellipse Height="8" Width="8" VerticalAlignment="Center" Fill="{Binding Tint}" ToolTip.Tip="{Binding ValueTypeTooltip}"/>
<TextBlock FontStyle="Italic" Text="{Binding Key}" />
Expand Down

0 comments on commit 8e25950

Please sign in to comment.