Hello, Is there anyway to resize the top cell so t...
# magic
t
Hello, Is there anyway to resize the top cell so that it encompasses just the circuit. Some how I made it so that the top cell is much bigger than the actual area consumed by the lower cells.
t
That's being controlled by a
property
called
FIXED_BBOX
. Most likely you just want to remove the property with the command
Copy code
property FIXED_BBOX ""
The other possibility would be something in the lower left-hand corner you can't see, but I think it's most likely a
FIXED_BBOX
problem.
t
Thank you!