tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
398 stars 136 forks source link

Right click menu showing up super tiny #1170

Closed MrWicked1989 closed 4 months ago

MrWicked1989 commented 4 months ago

Troubleshooting Steps

Screenshot 2024-02-15 210802

Describe the expected behavior and what actually happened?

just setup elvui on several toons everything works as intended, except just when i right click on quests or right click on character health bar to reset raids and whatnot it shows up super tiny. but when i open up my guild & communitys chat tab it shows full size like it should.

Reproducing the issue.

ive disabled all addons except elvui and still proceeds to be happening, i dont think this is a bug persay, i think im just missing where to change the size and location on this toolbox

Lua Errors

No response

Verification Steps

MrWicked1989 commented 4 months ago

apon unrelising my elvui was needing update which i failed to check, updated to current version but still box shows up offset Screenshot 2024-02-15 212025

1Botanica1 commented 4 months ago

One of your addons has changed the blizzard scale (ElvUI doesn't change this).

And it will happen if you disable all your addons as well, just have the blizzard UI.

Type in chat in game /run SetCVar('uiScale', 1); ReloadUI()

MrWicked1989 commented 4 months ago

that worked perfectly, thank you ;D