I am working on a LCA in which I am defining two Icons inside of a table entry. That table entry has a title as well, so the whole group is formed by name plus two icons. The idea is that the first icon (a plus) is displayed next to the second icon (a monitor). However, for some reason when I define both Icons, even if the preview shows that both icons are on top of each other (like you can see in the next image), the display shows both icons very far apart from each other.
The property definition is set so that both coincide, and they should appear in the same fashion as they appear in the preview.
Is there any property for an icon that I might be missing out that is sending the icon to the rightmost part of the table entry? Or is this a bug?
Hi Jon,
In regards to your first item, its properties aren't set to "locked". This implies that the item will remain in its current position regardless of any changes in column width.
As for your second template, it is locked to the right side with an offset of 8 pixels. This ensures that the icon will consistently maintain an 8-pixel distance from the right-hand side, irrespective of changes to the column width.
That worked. Thanks a lot Sebastiaan!