Skip to content

Commit

Permalink
autosize list/grid
Browse files Browse the repository at this point in the history
  • Loading branch information
retailcoder committed Jun 5, 2018
1 parent e8e5cb8 commit 5c9db8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
ItemContainerStyle="{StaticResource PrettifyRow}"
ColumnHeaderHeight="22"
BorderThickness="0"
Height="200">
BorderThickness="0" Height="Auto" MinHeight="70">
<DataGrid.CellStyle>
<Style TargetType="{x:Type DataGridCell}">
<Setter Property="BorderThickness" Value="0" />
Expand Down

0 comments on commit 5c9db8a

Please sign in to comment.