Moving logo to top left of screen?Solved
Good day guys can anyone help me to fix my logo on top Right using panel plugin, already make it there but i can´t make it go down.
This is my code:
"Radiation": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0",
"Dock": "TopRightDock",
"FadeOut": 0.0,
"Height": 0.95,
"Image": {
"AnchorX": "center",
"AnchorY": "Bottom",
"Available": true,
"BackgroundColor": "0 0 0 0",
"Height": 2.5,
"Margin": "0 1.0 0 0.1",
"Order": 1,
"Url": "https://i.imgur.com/egMsNfh.png",
"Width": 5.0
},

Thank you for helping
hello guys finally i got it:
that goes left way: -4.8 if you set positive stay right
that goes down way: -1.0 if you set positive stay top

"Radiation": {
"AnchorX": "Right",
"AnchorY": "Top",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0",
"Dock": "TopRightDock",
"FadeOut": 0.0,
"Height": 0.95,
"Image": {
"AnchorX": "Right",
"AnchorY": "Top",
"Available": true,
"BackgroundColor": "0 0 0 0",
"Height": 2.0,
"Margin": "0 -4.8 -1.0 0",
"Order": 1,
"Url": "https://i.imgur.com/Y9QPsi0.png",
"Width": 4.0
},
Locked automatically