Top Left of screen?Solved

Hello,

How can I make this be on the top left of the screen? It is currently blocking names. Here are my current config settings:

{
"Exclude Admins": false,
"Panel Settings": {
"Dock": "lefttop",
"Width": 0.0525,
"Order": 1,
"BackgroundColor": "#FFF2DF08"
},
"Panel Layout": {
"Image": {
"Url": "https://i.imgur.com/TP01GYf.png",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 0,
"Width": 0.33,
"Padding": {
"Left": 0.05,
"Right": 0.0,
"Top": 0.1,
"Bottom": 0.1
}
},
"Text": {
"Text": "{0}/{1}",
"FontSize": 14,
"TextAnchor": "MiddleCenter",
"Enabled": true,
"Color": "#FFFFFFFF",
"Order": 1,
"Width": 0.67,
"Padding": {
"Left": 0.05,
"Right": 0.05,
"Top": 0.05,
"Bottom": 0.05
}
}
}
}

That is just a panel you need to edit the MagicPanel.json and either move a dock to the top left corner or add a new dock in that corner. The dock would be something like this

"topleft": {
  "Position": {
    "X Position": 0,
    "Y Start Position": 0.965,
    "Height": 0.035
  },
  "Enabled": true,
  "Background Color": "#00000000",
  "Panel Alignment (Left, Center, Right)": "Left",
  "Panel Padding": 0.004,
  "Dock Padding": {
    "Left": 0.001,
    "Right": 0.001,
    "Top": 0.0,
    "Bottom": 0.0
  }
},​
Locked automatically