File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
src/Avalonia.Diagnostics/Diagnostics/Views Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 261
261
<StackPanel Orientation =" Horizontal" Spacing =" 2" HorizontalAlignment =" Left" >
262
262
<TextBlock Classes =" property-name" PointerPressed =" PropertyNamePressed" Text =" {Binding Name}" />
263
263
<TextBlock Text =" :" />
264
- <ContentControl Content =" {Binding Value}" >
265
- <ContentControl .ContentTemplate>
266
- <DataTemplate x : DataType =" system:Object" >
267
- <TextBlock Text =" {Binding}" />
268
- </DataTemplate >
269
- </ContentControl .ContentTemplate>
270
- </ContentControl >
264
+ <TextBlock Text =" {Binding Value}" />
271
265
<TextBlock >(</TextBlock >
272
266
<Ellipse Height =" 8" Width =" 8" VerticalAlignment =" Center" Fill =" {Binding Tint}" ToolTip.Tip=" {Binding ValueTypeTooltip}" />
273
267
<TextBlock FontStyle =" Italic" Text =" {Binding Key}" />
288
282
<StackPanel Orientation =" Horizontal" Spacing =" 2" >
289
283
<TextBlock Classes =" property-name" PointerPressed =" PropertyNamePressed" Text =" {Binding Name}" />
290
284
<TextBlock Text =" :" />
291
- <ContentControl Content =" {Binding Value}" >
292
- <ContentControl .ContentTemplate>
293
- <DataTemplate x : DataType =" system:Object" >
294
- <TextBlock Text =" {Binding}" />
295
- </DataTemplate >
296
- </ContentControl .ContentTemplate>
297
- </ContentControl >
285
+ <TextBlock Text =" {Binding Value}" />
298
286
</StackPanel >
299
287
<Rectangle Classes =" property-inactive" IsVisible =" {Binding !IsActive}" />
300
288
</Panel >
You can’t perform that action at this time.
0 commit comments