Skip to content

Commit 13bb1aa

Browse files
committed
adjusted ADM font settings
1 parent b9a0236 commit 13bb1aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SMT/RegionControl.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,14 +2535,15 @@ private void AddSystemsToMap()
25352535
{
25362536
Label sovADM = new Label();
25372537
sovADM.Content = "1.0";
2538-
sovADM.FontSize = 8;
2538+
sovADM.FontSize = 7;
25392539
sovADM.IsHitTestVisible = false;
25402540
sovADM.Content = $"{mapSystem.ActualSystem.IHubOccupancyLevel:f1}";
25412541
sovADM.HorizontalContentAlignment = HorizontalAlignment.Center;
25422542
sovADM.VerticalContentAlignment = VerticalAlignment.Center;
25432543
sovADM.Width = shapeSize + 2;
25442544
sovADM.Height = shapeSize + 2;
25452545
sovADM.Foreground = DarkTextColourBrush;
2546+
sovADM.FontWeight = FontWeights.Bold;
25462547

25472548
Canvas.SetLeft(sovADM, mapSystem.Layout.X - (shapeOffset + 1));
25482549
Canvas.SetTop(sovADM, mapSystem.Layout.Y - (shapeOffset + 1));

0 commit comments

Comments
 (0)