Skip to content

Commit 1ae6829

Browse files
committed
Added background color for StackLayout
1 parent 1419847 commit 1ae6829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Controls/tests/TestCases.HostApp/Issues/Issue8494.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public Issue8494()
2121
var emptyViewLayout = new StackLayout
2222
{
2323
Margin = new Thickness(40),
24+
Background = Colors.Yellow,
2425
Children =
2526
{
2627
new Label

0 commit comments

Comments
 (0)