Hi,
When you group together 1 or more objects, the group size (width, height) seem to be larger than the objects. Let me try to explain. Just take a one graphic control size it 50X50. When you group it you get a group size 58X58. Even if you apply Fit content. What is the reason behind this and can I get it so that the defauld group size is 50X50 (in this case).
Regards,
Marc
Group size
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Group size
Hi Marc,
GROUPS also have a MARGIN property, well hidden in the Inspector under "Text formatting"!
Set this to 0 and that's it
Best
Klaus
GROUPS also have a MARGIN property, well hidden in the Inspector under "Text formatting"!
Set this to 0 and that's it

Best
Klaus
-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Group size
Waw,
thank you Klaus.
Regards,
Marc
thank you Klaus.
Regards,
Marc
Re: Group size
Graag gedan 

-
- VIP Livecode Opensource Backer
- Posts: 142
- Joined: Thu Feb 21, 2013 8:47 am
Re: Group size

Another one coming up!