Merge pull request #3 from GryllsAddons/master
Fixes to MBB.lua & MBB.xml
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
MBB_Version = GetAddOnMetadata("MBB", "Version");
|
MBB_Version = GetAddOnMetadata("MinimapButtonBag-TurtleWoW", "Version");
|
||||||
MBB_DebugFlag = 0;
|
MBB_DebugFlag = 0;
|
||||||
MBB_DragFlag = 0;
|
MBB_DragFlag = 0;
|
||||||
MBB_ShowTimeout = -1;
|
MBB_ShowTimeout = -1;
|
||||||
@@ -75,7 +75,9 @@ MBB_Ignore = {
|
|||||||
[17] = "MetaMap",
|
[17] = "MetaMap",
|
||||||
[18] = "LootLinkMinimapButton",
|
[18] = "LootLinkMinimapButton",
|
||||||
[19] = "TimeManagerClockButton",
|
[19] = "TimeManagerClockButton",
|
||||||
[20] = "pfMiniMapPin"
|
[20] = "pfMiniMapPin",
|
||||||
|
[21] = "Clock",
|
||||||
|
[22] = "Timer"
|
||||||
};
|
};
|
||||||
|
|
||||||
MBB_IgnoreSize = {
|
MBB_IgnoreSize = {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
</Anchors>
|
</Anchors>
|
||||||
<Layers>
|
<Layers>
|
||||||
<Layer level="BACKGROUND">
|
<Layer level="BACKGROUND">
|
||||||
<Texture name="$parent_Texture" file="Interface\AddOns\MBB\icon">
|
<Texture name="$parent_Texture" file="Interface\AddOns\MinimapButtonBag-TurtleWoW\icon">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="17" y="17"/>
|
<AbsDimension x="17" y="17"/>
|
||||||
</Size>
|
</Size>
|
||||||
|
|||||||
Reference in New Issue
Block a user