mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Increase delta again
This commit is contained in:
@@ -723,7 +723,7 @@ export var test_getLocationOnScreen_IsUndefinedWhenNotInTheVisualTree = function
|
|||||||
TKUnit.assertNull(label.getLocationOnScreen());
|
TKUnit.assertNull(label.getLocationOnScreen());
|
||||||
}
|
}
|
||||||
|
|
||||||
var delta = 0.1;
|
var delta = 0.5;
|
||||||
export var test_getLocationRelativeToOtherView = function () {
|
export var test_getLocationRelativeToOtherView = function () {
|
||||||
var a1 = new absoluteLayoutModule.AbsoluteLayout();
|
var a1 = new absoluteLayoutModule.AbsoluteLayout();
|
||||||
a1.width = 200;
|
a1.width = 200;
|
||||||
|
|||||||
Reference in New Issue
Block a user