Auctionator

Auctionator

141M Downloads

single items vs stacks - fix included (by ceylina)

airleagach opened this issue ยท 4 comments

commented

when putting up a single item for sale in auctionator it works fine but for some reason when putting up stacks of items the big red CREATE AUCTIONS button and the per item buttons are overlaid. i'm submitting a screenshot so you can see what i'm talking about
auc overlaid

commented

again i have the newest version picked up from curse

commented

Oh that's not good. We'll do some more fine tuning of the layout. Thanks for pointing that out. :D

commented

Alignment adjustment in sell.xml.

Starting at line 235

        <FontString name="Atr_StackPriceText" inherits="GameFontHighlightSmall" text="Buyout Price">
          <Anchors><Anchor point="TOPLEFT"><Offset><AbsDimension x="10" y="-72"/></Offset></Anchor></Anchors>
        </FontString>

        <FontString name="Atr_ItemPriceText" inherits="GameFontHighlightSmall" text="Item Price">
          <Anchors><Anchor point="TOPLEFT"><Offset><AbsDimension x="10" y="-118"/></Offset></Anchor></Anchors>
        </FontString>

wowscrnshot_072316_224627

commented

Secondary option: revert back Button name="Atr_CreateAuctionButton" position.

sell.xml

line 376
change back to

            <Anchor point="TOPLEFT"><Offset><AbsDimension x="3" y="-170"/></Offset></Anchor>