GearMenu

GearMenu

221k Downloads

Can't hide or resize window

alecjpav opened this issue ยท 4 comments

commented

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!

commented

Sure thing, happy leveling!

WoWScrnShot_082819_015256

commented

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

commented

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)

commented

Hi @alecjpav,

This was fixed with commit d3d9f94. I will probably add more configuration options regarding the size of the slots in a future release. For now I just changed the size to a more appropriate size for Scale 1.0.

Cheers,
RagedUnicorn