From 6b1f804fad2acd30134f4bc1c7e82661b9500fdd Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 13 Oct 2014 23:44:11 -0400 Subject: [PATCH] Try this darth Signed-off-by: Repooc --- ElvUI_SLE/modules/screensaver.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/screensaver.lua b/ElvUI_SLE/modules/screensaver.lua index 90e3ac2..8d180ea 100644 --- a/ElvUI_SLE/modules/screensaver.lua +++ b/ElvUI_SLE/modules/screensaver.lua @@ -130,8 +130,8 @@ function S:Setup() SS.Bottom:SetPoint("BOTTOM", UIParent, "BOTTOM", 0, 0) SS.Top.Date:SetPoint("RIGHT", SS.Top, "RIGHT", -40, 10) SS.Top.Time:SetPoint("TOP", SS.Top.Date, "BOTTOM", 0, -2) + SS.Top.PlayerInfo:SetPoint("LEFT", SS.Top, "LEFT", 50, 10) SS.Top.PlayerName:SetPoint("BOTTOM", SS.Top.PlayerInfo, "TOP", 0, 2) - SS.Top.PlayerInfo:SetPoint("LEFT", SS.Top, "LEFT", 5, 10) SS.Top.Guild:SetPoint("TOP", SS.Top.PlayerInfo, "BOTTOM", 0, -2) SS.Top.GuildR:SetPoint("TOP", SS.Top.Guild, "BOTTOM", 0, -2) SS.FactCrest:SetPoint("CENTER", SS.Top, "BOTTOM", -(GetScreenWidth()/6), 0) @@ -274,6 +274,7 @@ function S:Initialize() SS = CreateFrame("Frame", "SLE_SS", WorldFrame) SS:Hide() SS:SetFrameStrata("FULLSCREEN") + SS:SetScale(UIParent:GetScale()) self:Setup() SS:SetScript("OnShow", self.Shown) SS:SetScript("OnUpdate", self.Update) -- 1.7.9.5