- fixed issue with main window icon when no plugin is installed.

- fixed issue with some options button text which where out of positioning.
- fixed sub menu overlap when near right screen edge.
- fixed close button position for default skin.
- fixed skin error when selecting solo or right plugins.
This commit is contained in:
terciob19
2014-01-21 20:46:09 -02:00
parent 1d29b5af1f
commit 08b3f441bc
11 changed files with 170 additions and 44 deletions
@@ -98,11 +98,6 @@
mainFrame:SetWidth (400)
mainFrame:SetHeight (400)
--[[
o que falta fazer:
- fazer toda parte externa do report com .php talvez e mandando email? acho que sim
--]]
--> build widgets
--background
@@ -182,6 +177,11 @@
local c = bg:CreateRightClickLabel ("medium")
c:SetPoint ("bottomright", bg, "bottomright", -3, 1)
local moreinfo = DetailsFrameWork:NewLabel (bg, _, "DetailsErrorReportMoreInfo", _, "feedback recipient: detailsaddonwow@gmail.com\n")
moreinfo:SetPoint ("bottomright", bg, "bottomright", -3, 36)
moreinfo.align = ">"
moreinfo.valign = "^"
--send button
local sendFunc = function()