This commit is contained in:
tercio
2014-03-03 19:08:17 -03:00
parent e20807d95d
commit 67ddd10951
35 changed files with 749 additions and 89 deletions
+5 -1
View File
@@ -198,7 +198,11 @@
for _, ThisButton in ipairs (_detalhes.ToolBar.Shown) do
ThisButton:ClearAllPoints()
ThisButton:SetPoint ("left", LastIcon, "right", ThisButton.x + x, ThisButton.y)
if (LastIcon == instance.baseframe.cabecalho.report) then
ThisButton:SetPoint ("left", LastIcon, "right", ThisButton.x + x + 4, ThisButton.y)
else
ThisButton:SetPoint ("left", LastIcon, "right", ThisButton.x + x, ThisButton.y)
end
ThisButton:Show()
LastIcon = ThisButton
end