Skip to content

Commit

Permalink
#351 fixed layering problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuotvez committed Jun 10, 2024
1 parent 2b4ca64 commit 27ceb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GSCFieldApp/Views/MapPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</AppBarButton.Flyout>
</AppBarButton>
<AppBarButton Foreground="White" Icon="OpenFile" x:Uid="MapPageAddMaps" x:Name="MapPageAddMap" Tapped="MapPageAddMap_Tapped" ToolTipService.ToolTip=""/>
<AppBarButton x:Name="AddMaps" Label="" x:Uid="MapPageMapMenu" Foreground="White" VerticalAlignment="Top" ToolTipService.ToolTip="" Style="{StaticResource AppBarHiddenChevron}">
<AppBarButton x:Name="AddMaps" Label="" x:Uid="MapPageMapMenu" Foreground="White" VerticalAlignment="Top" ToolTipService.ToolTip="" Style="{StaticResource AppBarHiddenChevron}">
<AppBarButton.Icon>
<FontIcon FontFamily="Segoe MDL2 Assets" Glyph="&#xE81E;"/>
</AppBarButton.Icon>
Expand Down

0 comments on commit 27ceb6d

Please sign in to comment.