Browse Source

Fix scrollbar not displaying in Manage Packages dialog.

pull/44/head
Matt Ward 13 years ago
parent
commit
64385d17b5
  1. 1
      src/AddIns/Misc/PackageManagement/Project/Src/PackagesView.xaml

1
src/AddIns/Misc/PackageManagement/Project/Src/PackagesView.xaml

@ -306,7 +306,6 @@ @@ -306,7 +306,6 @@
<Grid
Grid.Column="2">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
<RowDefinition Height="Auto"/>
<RowDefinition />
</Grid.RowDefinitions>

Loading…
Cancel
Save