Added the resize corner to the artwork folder.
pschifferer [01-22-09 - 22:55]
Added the resize corner to the artwork folder.
diff --git a/Cauldron/Artwork/resize.tga b/Cauldron/Artwork/resize.tga
new file mode 100644
index 0000000..414c368
Binary files /dev/null and b/Cauldron/Artwork/resize.tga differ
diff --git a/Cauldron/CauldronMain.lua b/Cauldron/CauldronMain.lua
index 4e36071..3260313 100644
--- a/Cauldron/CauldronMain.lua
+++ b/Cauldron/CauldronMain.lua
@@ -4,7 +4,7 @@
Cauldron = LibStub("AceAddon-3.0"):NewAddon("Cauldron", "AceEvent-3.0", "AceTimer-3.0", "AceConsole-3.0", "AceHook-3.0", "LibLogger-1.0")
local L = LibStub("AceLocale-3.0"):GetLocale("Cauldron")
-Cauldron.version = "0.9.6." .. string.sub("$Revision$", 12, -3);
+Cauldron.version = "0.9.7." .. string.sub("$Revision$", 12, -3);
Cauldron.date = string.sub("$Date$", 8, 17);
-- key binding names
diff --git a/Cauldron/CauldronShoppingList.xml b/Cauldron/CauldronShoppingList.xml
index 991de9d..08d1aac 100644
--- a/Cauldron/CauldronShoppingList.xml
+++ b/Cauldron/CauldronShoppingList.xml
@@ -41,9 +41,7 @@
<Button name="$parentCloseButton" inherits="UIPanelCloseButton">
<Anchors>
<Anchor point="RIGHT">
- <Offset>
- <AbsDimension x="0" y="0"/>
- </Offset>
+ <Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Scripts>
@@ -75,7 +73,6 @@
frameStrata="LOW" parent="UIParent"
movable="true" resizable="true" enableMouse="true" hidden="true">
<Size x="250" y="300" />
-
<ResizeBounds>
<minResize>
<AbsDimension x="75" y="75"/>
@@ -86,9 +83,7 @@
</ResizeBounds>
<Anchors>
<Anchor point="TOPRIGHT" relativeTo="UIParent" relativePoint="TOPRIGHT">
- <Offset>
- <AbsDimension x="-50" y="-200" />
- </Offset>
+ <Offset x="-50" y="-200" />
</Anchor>
</Anchors>
<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background"
@@ -107,9 +102,7 @@
<FontString name="$parentTitleText" inherits="GameFontNormal" text="Shopping List">
<Anchors>
<Anchor point="TOP" relativeTo="CauldronShoppingListFrame" relativePoint="TOP">
- <Offset>
- <AbsDimension x="0" y="-4"/>
- </Offset>
+ <Offset x="0" y="-4"/>
</Anchor>
</Anchors>
</FontString>
@@ -121,9 +114,7 @@
<Button name="$parentCloseButton" inherits="UIPanelCloseButton">
<Anchors>
<Anchor point="TOPRIGHT">
- <Offset>
- <AbsDimension x="0" y="0"/>
- </Offset>
+ <Offset x="0" y="0"/>
</Anchor>
</Anchors>
<Scripts>
@@ -139,14 +130,10 @@
<Size x="240" y="280" />
<Anchors>
<Anchor point="TOPLEFT">
- <Offset>
- <AbsDimension x="5" y="-20" />
- </Offset>
+ <Offset x="5" y="-20" />
</Anchor>
<Anchor point="BOTTOMRIGHT">
- <Offset>
- <AbsDimension x="-5" y="5" />
- </Offset>
+ <Offset x="-5" y="5" />
</Anchor>
</Anchors>
<ScrollChild>
@@ -188,7 +175,7 @@
self:GetParent():StopMovingOrSizing()
</OnHide>
</Scripts>
- <NormalTexture file="Interface\AddOns\WowLua\images\resize"/>
+ <NormalTexture file="Interface\AddOns\Cauldron\Artwork\resize"/>
</Button>
</Frames>