File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2535,14 +2535,15 @@ private void AddSystemsToMap()
2535
2535
{
2536
2536
Label sovADM = new Label ( ) ;
2537
2537
sovADM . Content = "1.0" ;
2538
- sovADM . FontSize = 8 ;
2538
+ sovADM . FontSize = 7 ;
2539
2539
sovADM . IsHitTestVisible = false ;
2540
2540
sovADM . Content = $ "{ mapSystem . ActualSystem . IHubOccupancyLevel : f1} ";
2541
2541
sovADM . HorizontalContentAlignment = HorizontalAlignment . Center ;
2542
2542
sovADM . VerticalContentAlignment = VerticalAlignment . Center ;
2543
2543
sovADM . Width = shapeSize + 2 ;
2544
2544
sovADM . Height = shapeSize + 2 ;
2545
2545
sovADM . Foreground = DarkTextColourBrush ;
2546
+ sovADM . FontWeight = FontWeights . Bold ;
2546
2547
2547
2548
Canvas . SetLeft ( sovADM , mapSystem . Layout . X - ( shapeOffset + 1 ) ) ;
2548
2549
Canvas . SetTop ( sovADM , mapSystem . Layout . Y - ( shapeOffset + 1 ) ) ;
You can’t perform that action at this time.
0 commit comments