Skip to content

Commit

Permalink
Merge pull request #498 from WCKYWCKF/pr_1
Browse files Browse the repository at this point in the history
Adjust HeaderedContentControl's Content Height Responsiveness
  • Loading branch information
zdpcdt authored Dec 23, 2024
2 parents afb5b65 + 729b92e commit 24f46bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Semi.Avalonia/Controls/HeaderedContentControl.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="{TemplateBinding CornerRadius}">
<Grid RowDefinitions="Auto,Auto,Auto">
<Grid RowDefinitions="Auto,Auto,*">
<ContentPresenter
Name="PART_HeaderPresenter"
Grid.Row="0"
Expand Down

0 comments on commit 24f46bd

Please sign in to comment.