Just a simple question from me, have been searched for hours but didn't find any. I'm making a database design using Crow's Foot Database Notation in MS Visio 2013, Here's my design It looks that the padding of each attributes with their surroundings are too big. How too reduce them? I can't find any tool to do it, have tried to increase the font size but the paddings seems to being bigger too.
Thanks before
The best solution I have found is to edit the Crow's foot stencil. This can be done using the following steps (all diagrams referencing the stencil must be closed):
Once these steps are complete any new objects created with the stencil will have the new height. You can also load an existing diagram and change the shapes on it to the new shape.
US Original:
=GUARD(MAX(0.375 in,TEXTHEIGHT(TheText,TxtWidth),Sheet.6!TxtHeight))'
New:
=GUARD(MAX(0.25 in,TEXTHEIGHT(TheText,TxtWidth)-0.125,Sheet.6!TxtHeight-0.125))'
Metric Original:
=GUARD(MAX(9 mm,TEXTHEIGHT(TheText,TxtWidth),Sheet.6!TxtHeight))
New:
=GUARD(MAX(6 mm,TEXTHEIGHT(TheText,TxtWidth)-3,Sheet.6!TxtHeight-3))
As you can see on the US I reduced the height by 1/8 inch and on the metric by 3 mm. Feel free to adjust these sizes as you see fit.
Once I had Visio in developer mode, I was able to adjust the extra spacing around attributes of an existing diagram without editing the stencil. I basically did the same thing for the individual shapes.
The problem is this has to be done for each shape which is obviously very time consuming and it seemed quirky about letting me save it.
I found this information on this post and this Microsoft documentation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With