Update MainWindow.axaml

This commit is contained in:
ClemensFischer 2024-05-31 22:29:31 +02:00
parent 0155f2f975
commit 437ceae186

View file

@ -24,6 +24,7 @@
<map:MapItemsControl.Styles> <map:MapItemsControl.Styles>
<Style Selector="map|MapItem"> <Style Selector="map|MapItem">
<Setter Property="map:MapPanel.Location" Value="{Binding Location}"/> <Setter Property="map:MapPanel.Location" Value="{Binding Location}"/>
<Setter Property="AutoCollapse" Value="True"/>
<Setter Property="HorizontalAlignment" Value="Center"/> <Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Bottom"/> <Setter Property="VerticalAlignment" Value="Bottom"/>
<Setter Property="Template"> <Setter Property="Template">