The Ironsong Tribe

Full Version: Confirmed workaround for UI scale issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For anyone that may still be having issues with their game scale, here's a handy workaround posted by Behemus.
http://forums.worldofwarcraft.com/thread...1&pageNo=1
Quote: For what it's worth -- this has temporarily fixed most stuff (I had to drag my chat windows up, but all my ACE mods were in the right place at this point):

If you didn't use UI Scale option previously and are now experiencing layout issues as though your UI is too large:

1. Check the previously unchecked "Use UI Scale" checkbox in Video Options.
2. Leave the slider at 1 for now, and click Okay.
3. Type /console uiscale .9

I run at 1920x1200, this did the trick for me, anyway. It seems a little suspicious that scaling down by exactly 1/10th ends up getting everything in the pixel-perfect spot -- button bars that were along the right edge of my screen and had disappeared (and aligned so precisely that i could slam the mouse against the edge of the screen and still activate them) are positioned perfectly now. Sounds like some kinda math error in the UI scale, to me. :/
hey tets, can you write here how to fix item rack?
Efluv- In ItemRack.lua

line 1563 - change
function newItemRack_PaperDollItemSlotButton_OnEnter()
to
function newItemRack_PaperDollItemSlotButton_OnEnter(self)

line 1567 - change
oldItemRack_PaperDollItemSlotButton_OnEnter()
to
oldItemRack_PaperDollItemSlotButton_OnEnter(self)