Browse Source

Increase width a bit more

Luis von der Eltz 5 years ago
parent
commit
b42433e495
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Avalonia.Diagnostics/Diagnostics/Views/TreePageView.xaml

+ 1 - 1
src/Avalonia.Diagnostics/Diagnostics/Views/TreePageView.xaml

@@ -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="0.5*,4,*">    
+  <Grid ColumnDefinitions="0.8*,4,*">    
     <TreeView Name="tree"
               BorderThickness="0"
               Items="{Binding Nodes}"