View Single Post
10/29/15, 12:16 AM   #4
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
This is how I do it in Potion Maker:
Code:
    <Tooltip name="PotionMakerTooltip" inherits="ZO_ItemIconTooltip" mouseEnabled="true" movable="true" hidden="true">
      <ResizeToFitPadding width="48" height="57"/>
      <DimensionConstraints minX="416" maxX="416" />
    </Tooltip>
No issue with the size.

Last edited by votan : 10/29/15 at 03:26 AM.
  Reply With Quote