Skip to content

Commit

Permalink
Turned Height in MinHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Dec 12, 2017
1 parent 517ba40 commit 1c2163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Components/Xceed.Wpf.AvalonDock/Themes/generic.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
<Border x:Name="WindowBorder" BorderThickness="{TemplateBinding BorderThickness}" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}">
<Grid Margin="3">
<Grid.RowDefinitions>
<RowDefinition Height="16"/>
<RowDefinition MinHeight="16"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Grid UseLayoutRounding="True"><!-- https://github.com/xceedsoftware/wpftoolkit/issues/1203 -->
Expand Down

0 comments on commit 1c2163e

Please sign in to comment.