Eliminate rounding errors

This commit is contained in:
Rossen Hristov
2016-03-21 13:05:17 +02:00
parent 220cc627d2
commit d80bc5fc81
4 changed files with 34 additions and 11 deletions

View File

@@ -723,7 +723,7 @@ export var test_getLocationOnScreen_IsUndefinedWhenNotInTheVisualTree = function
TKUnit.assertNull(label.getLocationOnScreen());
}
var delta = 0.5;
var delta = 0.1;
export var test_getLocationRelativeToOtherView = function () {
var a1 = new absoluteLayoutModule.AbsoluteLayout();
a1.width = 200;