diff --git a/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml b/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml index 0c28e29..6dbddaa 100644 --- a/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml +++ b/src/DynamoAssistantViewExtension/DynamoAssistantWindow.xaml @@ -24,7 +24,7 @@ VerticalAlignment="Stretch" Grid.Row="0"> - + @@ -35,20 +35,20 @@ - + + ItemsSource="{Binding Messages}" + FontFamily="Arial" + Padding="10" + FontWeight="Medium" + FontSize="15" + Background="#2d2d2d" + Foreground="White" + Grid.Row="0" + Grid.Column="0" + Width="Auto" + ScrollViewer.HorizontalScrollBarVisibility="Disabled" + ScrollViewer.CanContentScroll="True"> @@ -61,7 +61,8 @@ Height="50" Background="#2d2d2d" Foreground="White" - Grid.Row="1"/> + Grid.Row="1" + Click="DescribeGraphButton_Click"/>