Skip to content

Commit fbb5694

Browse files
Johnny CarlsonJohnny Carlson
authored andcommitted
qml/test: have OnboardingCover fill parent
1 parent dfafab8 commit fbb5694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qml/test/tst_onboarding.qml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Rectangle {
1010
height: 665
1111
color: Theme.color.background
1212

13-
OnboardingCover {}
13+
OnboardingCover {
14+
anchors.fill: parent
15+
}
1416

1517
TestCase {
1618
id: onboardingFlow

0 commit comments

Comments
 (0)