View Single Post
09-18-14, 11:21 AM   #2
Nibelheim
local roygbi-
 
Nibelheim's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2010
Posts: 1,600
You can put this script into the chat to change the UI's 'resolution', where width and height is the resolution you want (i.e. 1920 and 1080):

Code:
/run UIParent:SetSize(width, height) UIParent:ClearAllPoints() UIParent:SetMovable(true) UIParent:SetPoint("CENTER") UIParent:SetUserPlaced(true)
The Info Line can be set to be inset from the sides of the screen. /realadv > Modules > Info Line > Position/Size > X Left and X Right
  Reply With Quote