Skip to content

Defined width and height not working #3

@Ganbin

Description

@Ganbin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions