ascott18 / ImprovedStableFrame

WoW addon ImprovedStableFrame
https://www.curseforge.com/wow/addons/improved-stable-frame
2 stars 0 forks source link

Not an issue, a feature request #4

Open vladimirgluten opened 1 year ago

vladimirgluten commented 1 year ago

Any chance the window could be made to be resizable or bigger? I play on an ultrawide (3440x1440) and the window and spaces for the pets is really small for me, would be nice to make the window bigger so everything is easier to see.

ascott18 commented 1 year ago

If I don't ever get around to doing this, BlizzMove can resize any ui panel

tflo commented 1 year ago

You can simply use a macro to set the scale and open the frame in one go:

/run local f = PetStableFrame; f:SetScale(1.4); f:Show()

Change the scale factor to your liking. Put this on an action button or OPie ring or wherever you want.

The scaling stays for the rest of the session. To scale the frame permanently, you can use the MoveIt addon (which you may find useful also for other frames; unlike what the name suggests, it is not only for 'moving' frames, but rather for all sorts of frame adjustments).