|
|
@@ -2,7 +2,7 @@
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
xmlns:vm="clr-namespace:Avalonia.Diagnostics.ViewModels"
|
|
|
x:Class="Avalonia.Diagnostics.Views.TreePageView">
|
|
|
- <Grid ColumnDefinitions="*,4,3*">
|
|
|
+ <Grid ColumnDefinitions="0.8*,4,*">
|
|
|
<TreeView Name="tree"
|
|
|
BorderThickness="0"
|
|
|
Items="{Binding Nodes}"
|
|
|
@@ -13,6 +13,7 @@
|
|
|
<StackPanel Orientation="Horizontal" Spacing="8">
|
|
|
<TextBlock Text="{Binding Type}"/>
|
|
|
<TextBlock Text="{Binding Classes}"/>
|
|
|
+ <TextBlock Foreground="Gray" Text="{Binding ElementName}"/>
|
|
|
</StackPanel>
|
|
|
</TreeDataTemplate>
|
|
|
</TreeView.DataTemplates>
|