The absolute height and width seems to be overridden by those lines.
|
If ($toDraw_obj.breadCrumb.box.dynamicSize) & ($toDraw_obj.breadCrumb.box.centered) |
|
$offset_center:=(($right-$left)/2)-($pictWidth/2) |
|
OBJECT SET COORDINATES:C1248(*;$name;$left+$offset_center;$top;$left+$offset_center+$pictWidth;$top+$pictHeight) |
|
Else |
|
If ($toDraw_obj.breadCrumb.global.rtl) //resize from the right if rtl |
|
OBJECT SET COORDINATES:C1248(*;$name;$right-$pictWidth;$top;$right;$top+$pictHeight) |
|
Else |
|
OBJECT SET COORDINATES:C1248(*;$name;$left;$top;$left+$pictWidth;$top+$pictHeight) |
|
End if |
|
End if |
The absolute height and width seems to be overridden by those lines.
AJUI_Breadcrumb_source/Project/Sources/Methods/AJUI_BC_draw.4dm
Lines 218 to 227 in 4bbd657