Sample app UI tweaks

This commit is contained in:
mort5161 2014-11-15 00:15:03 -08:00
parent a3e63a1111
commit 9c5932a33e
2 changed files with 5 additions and 4 deletions

View file

@ -38,13 +38,14 @@
<ItemsControl.ItemTemplate>
<DataTemplate>
<Border Height="{Binding SignalToNoiseRatio}"
Background="LightGray"
Background="CornflowerBlue"
BorderBrush="Black"
Margin="0,0,10,0" Width="20"
BorderThickness="1"
ToolTip="{Binding SignalToNoiseRatio}"
VerticalAlignment="Bottom">
<TextBlock Text="{Binding PrnNumber}"
Foreground="White" FontWeight="Bold"
HorizontalAlignment="Center" />
</Border>
</DataTemplate>

View file

@ -51,9 +51,9 @@
<local:PolarPlacementItem
Azimuth="{Binding Azimuth}"
Elevation="{Binding Elevation}" >
<Canvas Width="5" Height="5">
<Ellipse Fill="Black"
Width="5" Height="5" >
<Canvas Width="8" Height="8">
<Ellipse Fill="CornflowerBlue"
Width="8" Height="8" >
<Ellipse.ToolTip>
<StackPanel>
<TextBlock Text="{Binding Azimuth, StringFormat=Azimuth: {0}}" />