Initial peers page

This commit is contained in:
Grant Limberg 2015-10-26 19:21:21 -07:00
commit 095539de29
6 changed files with 98 additions and 2 deletions

View file

@ -99,8 +99,10 @@
</Grid>
</TabItem>
<TabItem x:Name="Peers" Header="Peers" Background="#FF234447" Foreground="White">
<Grid Background="#FFE5E5E5"/>
</TabItem>
<Grid Background="#FFE5E5E5" HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<local:PeersPage x:Name="peersPage" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"></local:PeersPage>
</Grid>
</TabItem>
</TabControl>
</DockPanel>
</Window>