- Embeding the custom display window into the new plugin window.

- Embeding the create aura panel into the new plugin window.
- Some localization added to Statistics and Create Aura panel.
This commit is contained in:
Tercio
2017-12-12 13:09:20 -02:00
parent 2b4aacd54d
commit 9a5e448a30
8 changed files with 138 additions and 91 deletions
+2
View File
@@ -525,6 +525,7 @@
backdrop = {edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], tileSize = 64, tile = true},
backdropcolor = {0, 0, 0, .5},
backdropbordercolor = {0, 0, 0, 1},
onentercolor = {0.3, 0.3, 0.3, .5},
}
)
_detalhes.gump:InstallTemplate ("button", "DETAILS_PLUGINPANEL_BUTTONSELECTED_TEMPLATE",
@@ -532,6 +533,7 @@
backdrop = {edgeFile = [[Interface\Buttons\WHITE8X8]], edgeSize = 1, bgFile = [[Interface\Tooltips\UI-Tooltip-Background]], tileSize = 64, tile = true},
backdropcolor = {0, 0, 0, .5},
backdropbordercolor = {1, 1, 0, 1},
onentercolor = {0.3, 0.3, 0.3, .5},
}
)