mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Resetting layoutParams was missing the new percent properties
This commit is contained in:
@@ -312,6 +312,10 @@ export class StackLayoutTest extends testModule.UITest<StackLayout> {
|
||||
TKUnit.assertEqual(bounds.right, 120, "BottomRight layout RIGHT incorrect");
|
||||
TKUnit.assertEqual(bounds.bottom, 180, "BottomRight layout BOTTOM incorrect");
|
||||
}
|
||||
|
||||
public test_percent_support_nativeLayoutParams_are_correct() {
|
||||
commonTests.percent_support_nativeLayoutParams_are_correct(this);
|
||||
}
|
||||
}
|
||||
|
||||
export function createTestCase(): StackLayoutTest {
|
||||
|
||||
Reference in New Issue
Block a user