Resizing your World Frame
Prime8 — Thu, 05/07/2009 - 12:13

I've been trying to find a way to resize my game window. I noticed that a lot of the dashboard style UI mods just sit over your window, which means you're actually unable to see anything under the frames. CT_Viewport appears to be broken, and I haven't been able to get skinner or the other viewport alternatives working. I came across these macros though:
/run WorldFrame:SetUserPlaced(true) WorldFrame:ClearAllPoints() WorldFrame:SetPoint("TOPLEFT",0,-100) WorldFrame:SetPoint("BOTTOMRIGHT",0,100)Reset to default:
/run WorldFrame:SetUserPlaced(false) WorldFrame:ClearAllPoints() WorldFrame:SetPoint("TOPLEFT",0,-0) WorldFrame:SetPoint("BOTTOMRIGHT",0,0)
Unmodified, that first macro will create a black bar at the top and bottom of your screen (the second macro just restores the world frame -window the game is rendered in- to default). The game will resize to fit between these bars (giving you a widescreen look), but allow you to place your addons inside these black bars.I'm going to be messing with it a bit more, but here's what I've initially got.
- Login or register to post comments
- Original
- Thumbnail
- Gallery Grid


Recent comments
11 hours 58 min ago
23 hours 16 min ago
23 hours 39 min ago
1 day 33 min ago
1 day 13 hours ago
1 day 20 hours ago
2 days 13 hours ago
2 days 17 hours ago
2 days 17 hours ago
3 days 3 hours ago