remove trailing spaces

This commit is contained in:
Eric Mauser
2016-07-10 18:58:02 +02:00
parent f20503dd8f
commit fd0e695895
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -129,7 +129,7 @@ pfUI:RegisterModule("gui", function ()
pfUI_config.position[frame:GetName()]["xpos"] = xpos
pfUI_config.position[frame:GetName()]["ypos"] = ypos
end)
if pfUI.gitter:IsShown() then
frame:SetMovable(true)
frame.drag:EnableMouse(true)
@@ -396,8 +396,8 @@ pfUI:RegisterModule("gui", function ()
-- Switch to default View: global
pfUI.gui.SwitchTab(pfUI.gui.global)
pfUI.gui.reloadDialog = CreateFrame("Frame","pfReloadDiag",UIParent)
pfUI.gui.reloadDialog:SetFrameStrata("TOOLTIP")
pfUI.gui.reloadDialog:SetWidth(300)
+1 -1
View File
@@ -12,7 +12,7 @@ pfUI:RegisterModule("panel", function ()
pfUI.panel:RegisterEvent("MINIMAP_ZONE_CHANGED")
-- list of available panel fields
pfUI.panel.options = { "time", "fps", "exp", "gold", "friends",
pfUI.panel.options = { "time", "fps", "exp", "gold", "friends",
"guild", "durability", "zone" }
pfUI.panel:SetScript("OnEvent", function()