Block Size

Hi all,


Hope some one might be able to help me - I need to be able to change the block size.
The smallest size I can change it to seems to be about 1.1 cm in the diagram editor I need to be able to change it to make it smaller.  Is there a setting I can change or is this a fixed size?

Thanks
TDB

For anyone needing to make the block size smaller "Wagner
Landgraf" supplied the answer


with myBlock do
        MinWidth := 10;
        MinHeight := 10;
end;

Cheers, TDB