Can't hide or resize window
alecjpav opened this issue ยท 4 comments
Hello, thank you for this addon! For some reason the window is huge, it takes up over half my screen's width. I can't figure out how to resize the window or at least hide it when I don't need out. Is there any way to do this? Thanks!
Hi there,
Didn't see that happen on the stresstest but there might be a problem with the scale. It is currently not possible to scale or hide the window. Can you attach a screenshot how it looks for you? I'm currently busy leveling :D but will start looking into the addon once I hit 60.
Cheers,
RagedUnicorn
For early adopters, to scale the bar do something like this
Add under GM_Constants.lua#L89
ELEMENT_GEAR_BAR_SCALE = 0.7, -- your preferred scale here
Then under gui/GM_GearBar.lua#L51
gearBarFrame:SetScale(RGGM_CONSTANTS.ELEMENT_GEAR_BAR_SCALE)
You'll have to remember to re-apply your edits for updates (until something is put into the mainline)