Merge pull request #3 from GryllsAddons/master

Fixes to MBB.lua & MBB.xml
This commit is contained in:
McPewPew
2023-03-07 22:24:30 +00:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -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 = {
+1 -1
View File
@@ -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>