Address feedback (#1045)

This commit is contained in:
Andy (Steve) De George
2021-04-29 12:09:32 -07:00
committed by GitHub
parent 8d4669a8df
commit f48d6c37c0
5 changed files with 6 additions and 19 deletions
@@ -8,6 +8,7 @@
Title="Names" Height="180" Width="260">
<Grid Margin="10">
<!--<StackPanel1>-->
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
@@ -18,7 +19,6 @@
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<!--<StackPanel1>-->
<Label>Names</Label>
<ListBox Grid.Row="1" x:Name="lstNames" />