Skip to content

Commit

Permalink
Fix (#14173)
Browse files Browse the repository at this point in the history
- removed bottom margins to last 2 rows of the grid
  • Loading branch information
dnenov committed Jul 18, 2023
1 parent 8c67525 commit fb033b0
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,11 +815,12 @@
</ListBox.ItemTemplate>
</ListBox>
</Border>

<!-- Download bar: A stacking list of (up to 3) most-recently downloaded packages. Appears when the user installs a package. -->
<ListBox
Name="DownloadsListBox"
Grid.Row="3"
Margin="0,5,0,10"
Margin="0,5,0,0"
Background="Transparent"
BorderThickness="0"
IsHitTestVisible="True"
Expand Down Expand Up @@ -1012,7 +1013,7 @@
<ListBox
Name="InfectedListBox"
Grid.Row="4"
Margin="0,5,0,10"
Margin="0,5,0,0"
Background="Transparent"
BorderThickness="0"
IsHitTestVisible="True"
Expand Down

0 comments on commit fb033b0

Please sign in to comment.