mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Sample app UI tweaks
This commit is contained in:
parent
a3e63a1111
commit
9c5932a33e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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}}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue