Show X Y Z coordinates with a couple decimals?Solved
Hi, I'd like to show all 3 coordinate numbers with a 2 decimal places each. When I do this the Z gets pushed off the panel. What panel size numbers can I change so that I can see all 3 numbers? 
If it's getting pushed off try increasing the width of the panel until it shows up again.
Great thanks, it worked! I changed the Width under Panel Settings in the MagicCoordinatesPanel.json from 0.11 to 0.15, that seemed to do the trick. 
"Panel Settings": {
    "Dock": "leftbottom",
    "Width": 0.15,
    "Order": 3,
    "BackgroundColor": "#FFF2DF08"
  },​
Locked automatically