Default navmap to show departments (#24613)

This commit is contained in:
Kara
2024-01-27 05:08:50 -07:00
committed by GitHub
parent 4ee7349514
commit 34eb691448

View File

@@ -94,7 +94,7 @@ public partial class NavMapControl : MapGridControl
Margin = new Thickness(4f, 0f), Margin = new Thickness(4f, 0f),
VerticalAlignment = VAlignment.Center, VerticalAlignment = VAlignment.Center,
HorizontalAlignment = HAlignment.Center, HorizontalAlignment = HAlignment.Center,
Pressed = false, Pressed = true,
}; };
public NavMapControl() : base(MinDisplayedRange, MaxDisplayedRange, DefaultDisplayedRange) public NavMapControl() : base(MinDisplayedRange, MaxDisplayedRange, DefaultDisplayedRange)