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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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