File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Core/tests/UnitTests/Layouts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ internal override void ComputeConstraintForView(View view)
365365 {
366366 result |= LayoutConstraint . VerticallyFixed ;
367367 }
368-
368+
369369 if ( view . HorizontalOptions . Alignment == LayoutAlignment . Fill && ViewHasFixedWidthDefinition ( view ) )
370370 {
371371 result |= LayoutConstraint . HorizontallyFixed ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public void GridConstrainsViewsVerticallyWhenPossible()
3333
3434 // Now set a fixed height on the grid
3535 grid . HeightRequest = 100 ;
36-
36+
3737 Assert . Equal ( LayoutConstraint . VerticallyFixed , f50 . Constraint ) ;
3838 Assert . Equal ( LayoutConstraint . VerticallyFixed , f50star . Constraint ) ;
3939 Assert . Equal ( LayoutConstraint . VerticallyFixed , star . Constraint ) ;
You can’t perform that action at this time.
0 commit comments