Index: tst_main_treatment_pressure/test.py =================================================================== diff -u -r3b3fe8a3399215635e163e82af0e13934a48d0c9 -r81f612a0f968ba39a8a6b02370531d7e39e7ec15 --- tst_main_treatment_pressure/test.py (.../test.py) (revision 3b3fe8a3399215635e163e82af0e13934a48d0c9) +++ tst_main_treatment_pressure/test.py (.../test.py) (revision 81f612a0f968ba39a8a6b02370531d7e39e7ec15) @@ -138,6 +138,7 @@ low_handler_children = object.children(low_handler_parent) low_handler = low_handler_children[-2] #adjusting the width and height of arterial low limit slider to click on the center of the object + #TODO: FixMe: Review the constant values to be changed to "/2" width = pyInt(low_handler.width) - 15 height = pyInt(low_handler.height)- 10 if arterial_min == art_low: @@ -193,6 +194,7 @@ high_handler_children = object.children(high_handler_parent) high_handler = high_handler_children[-1] #adjusting the width and height of arterial high limit slider to click on the center of the object + #TODO: FixMe: Review the constant values to be changed to "/2" width = pyInt(high_handler.width) - 15 height = pyInt(high_handler.height) - 10 if arterial_max == art_high: @@ -248,6 +250,7 @@ low_handler_children = object.children(low_handler_parent) low_handler = low_handler_children[-2] #adjusting the width and height of venous low limit slider to click on the center of the object + #TODO: FixMe: Review the constant values to be changed to "/2" width = pyInt(low_handler.width) - 15 height = pyInt(low_handler.height) - 10 if ven_min == ven_low: @@ -302,6 +305,7 @@ high_handler_children = object.children(high_handler_parent) high_handler = high_handler_children[-1] #adjusting the width and height of venous high limit slider to click on the center of the object + #TODO: FixMe: Review the constant values to be changed to "/2" width = pyInt(high_handler.width) - 15 height = pyInt(high_handler.height) - 10 if ven_max == ven_high: