Skip to content

Commit

Permalink
Fix icons clipping in Loadout left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Al12rs committed Apr 3, 2024
1 parent 48994a3 commit 40cbe06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Grid RowDefinitions="*,Auto"
Margin="16,16">

<ItemsControl Grid.Row="0" Margin="16,36" x:Name="MenuItemsControl">
<ItemsControl Grid.Row="0" x:Name="MenuItemsControl">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel />
Expand Down

0 comments on commit 40cbe06

Please sign in to comment.