mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 23:56:57 +00:00
remove trailing spaces
This commit is contained in:
+3
-3
@@ -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
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user