Re: How to set inside margin of check box and radio buttons

2015-09-25 Thread Sannyasin Brahmanathaswami
Cool solution… thanks… no need even to set margins.. Just drag the group edges to get what you want. Now if we could only set the roundRadius of a group.. I’ve asked for that for buttons… so we may get it for all objects? On 9/25/15, 5:04 AM, "use-livecode on behalf of David Bovill" wrote:

Re: How to set inside margin of check box and radio buttons

2015-09-25 Thread David Bovill
Group the button and then set the margins of the group. For a coloured background set the group to opaque and colour the background not the button. On Friday, September 25, 2015, Sannyasin Brahmanathaswami wrote: > 1) make check box button > 2) set to opaque > 3) select background color > 4) the

How to set inside margin of check box and radio buttons

2015-09-25 Thread Sannyasin Brahmanathaswami
1) make check box button 2) set to opaque 3) select background color 4) the rect on the left if flush with the check box How can I add some “padding” to the left inside so that the background colored rect is not “smack up against” the check box? BR __