Skip to content

Commit

Permalink
Merge pull request #237 from OdetteP/#236_space_under_materialTextField
Browse files Browse the repository at this point in the history
#236 space under MaterialTextField gone
  • Loading branch information
martijn00 committed Nov 27, 2019
2 parents bb8ed7d + 4660297 commit ee28073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XF.Material/UI/MaterialTextField.xaml
Expand Up @@ -19,7 +19,7 @@
<Grid.RowDefinitions>
<RowDefinition x:Name="_autoSizingRow"
Height="56" />
<RowDefinition Height="20" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
Expand Down

0 comments on commit ee28073

Please sign in to comment.