Skip to content

Commit b73e98d

Browse files
committed
Website Tree View updates
1 parent f25c6c7 commit b73e98d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

WebCrawler/View/WebsiteTree/WebsiteTreeTabView.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
mc:Ignorable="d"
88
d:DesignHeight="450" d:DesignWidth="800">
99
<Grid>
10-
<Grid.RowDefinitions>
11-
<RowDefinition Height="19*"></RowDefinition>
12-
<RowDefinition Height="19*"></RowDefinition>
13-
<RowDefinition Height="206*"></RowDefinition>
14-
</Grid.RowDefinitions>
15-
<Label>Website</Label>
16-
<ComboBox HorizontalAlignment="Left" VerticalAlignment="Top" Width="200" Height="20" Margin="5,5,0,0" Grid.Row="1"/>
1710
<local:WebsiteTreeBrowserView Grid.Row="2"></local:WebsiteTreeBrowserView>
1811
</Grid>
1912
</UserControl>

0 commit comments

Comments
 (0)